Skip to content

Commit

Permalink
added dependabot to update dependencies every month
Browse files Browse the repository at this point in the history
  • Loading branch information
Achno committed Aug 28, 2024
1 parent 959124a commit c6d51c1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2
updates:
# Maintain golang dependencies defined in go.mod
# These would open PR, these PR would be tested with the CI
# They will have to be merged manually by a maintainer
- package-ecosystem: "gomod"
directory: "/"
open-pull-requests-limit: 5 # avoid spam, if no one reacts
schedule:
interval: "monthly"
time: "11:00"

# Maintain dependencies for GitHub Actions
# These would open PR, these PR would be tested with the CI
# They will have to be merged manually by a maintainer
- package-ecosystem: "github-actions"
directory: "/"
open-pull-requests-limit: 5 # avoid spam, if no one reacts
schedule:
interval: "monthly"
time: "11:00"

0 comments on commit c6d51c1

Please sign in to comment.