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 8404ff6 commit e74c0a6Copy full SHA for e74c0a6
.github/dependabot.yml
@@ -0,0 +1,15 @@
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
+# - https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
4
+
5
+version: 2
6
+updates:
7
8
+ - package-ecosystem: "github-actions"
9
+ directory: "/"
10
+ schedule:
11
+ # Check for updates to GitHub Actions every weekday
12
+ interval: "daily"
13
+ labels:
14
+ - "New: Pull Request"
15
+ - "Bot"
0 commit comments