Skip to content

Commit

Permalink
ci: add GitHub Actions to Dependabot
Browse files Browse the repository at this point in the history
Keeps GitHub Actions versions up to date.
  • Loading branch information
odsod committed Jan 7, 2021
1 parent 6f47057 commit 75719c7
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
version: 2

updates:
- package-ecosystem: "gomod"
directory: "/"
- package-ecosystem: github-actions
directory: /
schedule:
interval: "daily"
interval: daily

- package-ecosystem: gomod
directory: /
schedule:
interval: daily

0 comments on commit 75719c7

Please sign in to comment.