Skip to content

Commit

Permalink
chore(ci) : setup dependabot configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu MOREL <[email protected]>
  • Loading branch information
mmorel-35 authored and willnorris committed Aug 19, 2021
1 parent 8bd2892 commit c3073c8
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: gomod
directory: /
schedule:
interval: weekly
- package-ecosystem: gomod
directory: scrape
schedule:
interval: weekly
- package-ecosystem: gomod
directory: update-urls
schedule:
interval: weekly
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly

0 comments on commit c3073c8

Please sign in to comment.