There was an error while loading. Please reload this page.
1 parent 98cb166 commit f1c823fCopy full SHA for f1c823f
1 file changed
.github/dependabot.yml
@@ -0,0 +1,17 @@
1
+# To get started with Dependabot version updates, you'll need to specify which
2
+# package ecosystems to update and where the package manifests are located.
3
+# Please see the documentation for all configuration options:
4
+# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference
5
+
6
+version: 2
7
8
+updates:
9
+ # GitHub Actions:
10
+ - package-ecosystem: "github-actions" # See documentation for possible values
11
+ directory: "/" # Location of package manifests
12
+ schedule:
13
+ interval: "weekly"
14
+ open-pull-requests-limit: 10
15
+ labels:
16
+ - dependencies
17
+ - infrastructure
0 commit comments