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 a09268f commit 849383eCopy full SHA for 849383e
.github/dependabot.yml
@@ -0,0 +1,13 @@
1
+# Set update schedule for GitHub Actions
2
+# This opens a PR when actions in workflows need an update
3
+
4
+version: 2
5
+updates:
6
+ - package-ecosystem: "github-actions"
7
+ directory: "/"
8
+ schedule:
9
+ # Check for updates to GitHub Actions every week
10
+ interval: "weekly"
11
+ commit-message:
12
+ prefix: "skip changelog" # So this PR will not be added to release-drafter
13
+ include: "scope" # List of the updated dependencies in the commit will be added
0 commit comments