Skip to content

Commit

Permalink
feat: add dependabot
Browse files Browse the repository at this point in the history
Signed-off-by: AtomicFS <[email protected]>
  • Loading branch information
AtomicFS committed Sep 14, 2024
1 parent ca9882b commit c6a814b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
version: 2
updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
time: '00:00'
groups:
github:
update-types:
- 'minor'
- 'patch'

- package-ecosystem: 'gomod'
directory: '/'
schedule:
interval: 'daily'
time: '00:00'
groups:
golang:
update-types:
- 'minor'
- 'patch'

0 comments on commit c6a814b

Please sign in to comment.