Skip to content

Commit

Permalink
Merge pull request #676 from flatcar/kai/dep-bot
Browse files Browse the repository at this point in the history
dependabot: Add required config file
  • Loading branch information
pothos authored Dec 11, 2023
2 parents d229339 + 83c33f1 commit 8ba1195
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## Reference: https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
day: "monday"

- package-ecosystem: "npm"
directory: "/frontend"
schedule:
interval: "daily"
day: "monday"

- package-ecosystem: "gomod"
directory: "/backend"
schedule:
interval: "weekly"
day: "monday"

- package-ecosystem: "gomod"
directory: "/updater"
schedule:
interval: "weekly"
day: "monday"

0 comments on commit 8ba1195

Please sign in to comment.