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 4447aec commit e68a235Copy full SHA for e68a235
dependabot.yml
@@ -0,0 +1,21 @@
1
+# Basic `dependabot.yml` file with
2
+# minimum configuration for three package managers
3
+
4
+version: 2
5
+updates:
6
+ # Enable version updates for Docker
7
+ - package-ecosystem: "docker"
8
+ # Look for a `Dockerfile` in the `docker` directory and recursive subdirectories
9
+ directories: "/docker/*"
10
+ # Check for updates once a week
11
+ schedule:
12
+ interval: "weekly"
13
14
+ # Enable version updates for GitHub Actions
15
+ - package-ecosystem: "github-actions"
16
+ # Workflow files stored in the default location of `.github/workflows`
17
+ # You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.
18
+ directory: "/"
19
20
21
0 commit comments