Skip to content

Commit

Permalink
Setup Dependabot (#675)
Browse files Browse the repository at this point in the history
Updating manually, like in #426, #641, requires checking for
dependency updates every time. Automating this with Dependabot will
save us a lot of work.

If we set open-pull-requests-limit to 0, we can only get security
updates. Dependabot will check updates every Monday if
`schedule.interval` is set to weekly.
  • Loading branch information
jongwooo authored and hackerwins committed Nov 23, 2023
1 parent 5500afb commit 17d0039
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 5
labels:
- "dependencies"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 5
labels:
- "dependencies"

0 comments on commit 17d0039

Please sign in to comment.