Skip to content

Commit

Permalink
(chore) Add dependabot config to keep tooling up to date. (#1346)
Browse files Browse the repository at this point in the history
Co-authored-by: Armin Ruech <[email protected]>
  • Loading branch information
jsuereth and arminru authored Aug 19, 2024
1 parent f7d30b1 commit 786dc30
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
- package-ecosystem: "github-actions"
directory: ".github"
schedule:
interval: "weekly"
day: "sunday"
- package-ecosystem: "gomod"
directory: "internal/tools"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"

0 comments on commit 786dc30

Please sign in to comment.