We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adeda00 commit eb95350Copy full SHA for eb95350
.github/dependabot.yml
@@ -0,0 +1,17 @@
1
+# Please see the documentation for all configuration options:
2
+# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3
+
4
+version: 2
5
+updates:
6
7
+ # Maintain dependencies for GitHub Actions
8
+ - package-ecosystem: "github-actions"
9
+ directory: "/"
10
+ schedule:
11
+ interval: "monthly"
12
13
+ # Maintain dependencies for Bundler
14
+ - package-ecosystem: "bundler"
15
16
17
0 commit comments