Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dependabot: Group Dockerfiles #3077

Merged
merged 1 commit into from
Nov 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 7 additions & 29 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,39 +1,17 @@
version: 2
updates:
- package-ecosystem: docker
directory: /packaging/docker/alpine
schedule:
interval: weekly
- package-ecosystem: docker
directory: /packaging/docker/alpine-k8s
schedule:
interval: weekly
- package-ecosystem: docker
directory: /packaging/docker/sidecar
schedule:
interval: weekly
- package-ecosystem: docker
directory: /packaging/docker/ubuntu-18.04
schedule:
interval: weekly
ignore:
- dependency-name: ubuntu
- package-ecosystem: docker
directory: /packaging/docker/ubuntu-20.04
directories:
- /packaging/docker/alpine
- /packaging/docker/alpine-k8s
- /packaging/docker/sidecar
- /packaging/docker/ubuntu-18.04
- /packaging/docker/ubuntu-20.04
- /packaging/docker/ubuntu-22.04
schedule:
interval: weekly
ignore:
- dependency-name: ubuntu
- package-ecosystem: docker
directory: /packaging/docker/ubuntu-22.04
schedule:
interval: weekly
ignore:
- dependency-name: ubuntu
- package-ecosystem: docker
directory: /.buildkite
schedule:
interval: weekly
- package-ecosystem: gomod
directory: /
schedule:
Expand Down