Skip to content

Commit

Permalink
Merge pull request #205 from deggja/ci/dependabot
Browse files Browse the repository at this point in the history
ci: add dependabot for actions and go
  • Loading branch information
deggja authored Dec 17, 2024
2 parents fd0242a + c7dde2b commit 81aeed2
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: "github-actions"
rebase-strategy: disabled
directory: "/"
schedule:
interval: "daily"
groups:
actions:
patterns:
- '*'
- package-ecosystem: "gomod"
rebase-strategy: "disabled"
directory: "/"
schedule:
interval: "daily"
groups:
go:
patterns:
- '*'

0 comments on commit 81aeed2

Please sign in to comment.