We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e588d commit b10a4e1Copy full SHA for b10a4e1
1 file changed
dependabot.yml
@@ -3,19 +3,11 @@
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
schedule:
20
interval: "weekly"
21
+
0 commit comments