We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c028fdd commit baae713Copy full SHA for baae713
1 file changed
.github/dependabot.yml
@@ -12,3 +12,9 @@ updates:
12
ignore:
13
- dependency-name: "*"
14
update-types: ["version-update:semver-patch"]
15
+ # Make sure github actions like release-plz stay up to date
16
+ - package-ecosystem: "github-actions"
17
+ directory: "/"
18
+ # Check for updates every Monday
19
+ schedule:
20
+ interval: "weekly"
0 commit comments