Skip to content

Commit

Permalink
Merge pull request #7 from jedipunkz/feature/add-dependabot
Browse files Browse the repository at this point in the history
add dependabot.yml
  • Loading branch information
jedipunkz committed Jan 13, 2023
2 parents 3fc2b1a + 9d24d21 commit 535701c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2

updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
labels:
- dependencies
- version-updates

- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
labels:
- dependencies
- version-updates

0 comments on commit 535701c

Please sign in to comment.