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 eb8edef commit 48eb9a6Copy full SHA for 48eb9a6
1 file changed
.github/dependabot.yml
@@ -41,3 +41,28 @@ updates:
41
applies-to: security-updates
42
patterns:
43
- '*'
44
+- package-ecosystem: github-actions
45
+ directory: /
46
+ schedule:
47
+ interval: monthly
48
+ open-pull-requests-limit: 10
49
+ commit-message:
50
+ prefix: ci
51
+ labels:
52
+ - ci
53
+ - automated
54
+ groups:
55
+ minor-and-patch:
56
+ patterns:
57
+ - '*'
58
+ update-types:
59
+ - minor
60
+ - patch
61
+ github-actions-security:
62
+ applies-to: security-updates
63
64
65
+ ignore:
66
+ - dependency-name: '*'
67
68
+ - version-update:semver-major
0 commit comments