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 fbb950c commit 803f862Copy full SHA for 803f862
.github/dependabot.yml
@@ -7,3 +7,8 @@ updates:
7
ignore:
8
- dependency-name: "*"
9
update-types: ["version-update:semver-patch"]
10
+ - package-ecosystem: "github-actions"
11
+ directory: "/"
12
+ schedule:
13
+ # Check for updates to GitHub Actions every week
14
+ interval: "weekly"
0 commit comments