Skip to content

Commit

Permalink
ci: add dependabot for actions and go
Browse files Browse the repository at this point in the history
Signed-off-by: deggja <[email protected]>
  • Loading branch information
deggja committed Dec 17, 2024
1 parent fd0242a commit c7dde2b
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 c7dde2b

Please sign in to comment.