We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23334a2 commit 463c789Copy full SHA for 463c789
1 file changed
.github/dependabot.yml
@@ -0,0 +1,19 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ open-pull-requests-limit: 5
8
+ groups:
9
+ security-updates:
10
+ applies-to: security-updates
11
+ patterns:
12
+ - "*"
13
+ version-updates:
14
+ applies-to: version-updates
15
+ update-types:
16
+ - "minor"
17
+ - "patch"
18
19
0 commit comments