Skip to content

Commit

Permalink
Add github-actions versions checking with dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 committed May 14, 2021
1 parent c29cdd6 commit f3e95e5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
version: 2

updates:
- package-ecosystem: gomod
directory: /
target-branch: next
schedule:
interval: daily
- package-ecosystem: github-actions
directory: /
target-branch: next
schedule:
interval: daily

0 comments on commit f3e95e5

Please sign in to comment.