Skip to content

Commit

Permalink
ci: added dependabot settings
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmoraes committed Aug 10, 2023
1 parent 033620f commit 92d0da8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
- package-ecosystem: gomod
directory: /
schedule:
interval: "weekly"
interval: weekly
labels:
- dependencies
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: github-actions
directory: /
schedule:
interval: "weekly"
interval: weekly
labels:
- dependencies

0 comments on commit 92d0da8

Please sign in to comment.