Skip to content

Commit b10a4e1

Browse files
Remove Docker updates from dependabot configuration
Removed Docker updates configuration from dependabot.
1 parent e7e588d commit b10a4e1

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

dependabot.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,11 @@
33

44
version: 2
55
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-
146
# Enable version updates for GitHub Actions
157
- package-ecosystem: "github-actions"
168
# Workflow files stored in the default location of `.github/workflows`
179
# You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.
1810
directory: "/"
1911
schedule:
2012
interval: "weekly"
21-
13+

0 commit comments

Comments
 (0)