Skip to content

Commit

Permalink
CI: add github-actions to dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-dartigues committed Sep 28, 2023
1 parent d2e421e commit ffaf3a9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ updates:
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
interval: "weekly"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit ffaf3a9

Please sign in to comment.