Skip to content

Commit 726f730

Browse files
committed
Enabled dependabot for Github Actions
1 parent a55f164 commit 726f730

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
version: 2
22
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/" # Location of package manifests
5+
schedule:
6+
interval: "weekly"
7+
commit-message:
8+
prefix: "[GHA] Dependabot:"
9+
prefix-development: "[GHA-dev] Dependabot:"
10+
pull-request-branch-name:
11+
separator: "-"
312
- package-ecosystem: 'npm'
413
directory: '/'
514
schedule:

0 commit comments

Comments
 (0)