Skip to content

Commit

Permalink
ci: add GitHub Actions to dependabot.yml
Browse files Browse the repository at this point in the history
Automatic bumping of GitHub Actions versions.
  • Loading branch information
odsod committed Jan 3, 2021
1 parent c6e5224 commit 9dfce27
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 9dfce27

Please sign in to comment.