Skip to content

Commit

Permalink
Add dependabot config for conformance tests Dockerfile (#861)
Browse files Browse the repository at this point in the history
Adds section to keep Docker images up to date in conformance tests Dockerfile
  • Loading branch information
lucacome authored Jul 14, 2023
1 parent 493cc68 commit 3fba53d
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily

- package-ecosystem: "gomod"
directory: "/"
- package-ecosystem: gomod
directory: /
schedule:
interval: daily

- package-ecosystem: "docker"
directory: "/build"
- package-ecosystem: docker
directory: /build
schedule:
interval: daily

- package-ecosystem: "npm"
directory: "/internal/mode/static/nginx/modules"
- package-ecosystem: npm
directory: /internal/mode/static/nginx/modules
schedule:
interval: "daily"
interval: daily

- package-ecosystem: docker
directory: /conformance/tests
schedule:
interval: daily

0 comments on commit 3fba53d

Please sign in to comment.