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 06a1533 commit 92b93e9Copy full SHA for 92b93e9
.github/dependabot.yml
@@ -0,0 +1,14 @@
1
+# Reference:
2
+# - https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/keeping-your-actions-up-to-date-with-dependabot
3
+
4
+version: 2
5
+updates:
6
7
+ - package-ecosystem: "github-actions"
8
+ directory: "/"
9
+ schedule:
10
+ # Check for updates to GitHub Actions every weekday
11
+ interval: "daily"
12
+ labels:
13
+ - "New: Pull Request"
14
+ - "Bot"
0 commit comments