There was an error while loading. Please reload this page.
1 parent a55f164 commit 726f730Copy full SHA for 726f730
1 file changed
.github/dependabot.yml
@@ -1,5 +1,14 @@
1
version: 2
2
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: "-"
12
- package-ecosystem: 'npm'
13
directory: '/'
14
schedule:
0 commit comments