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 d4a2411 commit 11718c5Copy full SHA for 11718c5
.github/dependabot.yml
@@ -40,4 +40,15 @@ updates:
40
versions: ["4.x", "5.x"]
41
# For all packages, ignore all patch updates
42
- dependency-name: "*"
43
- update-types: ["version-update:semver-patch"]
+ update-types: ["version-update:semver-patch"]
44
+ # Enable version updates for Github Actions
45
+ - package-ecosystem: "github-actions"
46
+ directory: "/"
47
+ schedule:
48
+ interval: "monthly"
49
+ groups:
50
+ github-actions:
51
+ patterns:
52
+ - "*"
53
+ reviewers:
54
+ - "codeplaysoftware/security-managers"
0 commit comments