Skip to content

Commit

Permalink
Add github-actions to Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Dec 14, 2024
1 parent ed99863 commit ee6eef1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Dependabot automatically keeps our packages up to date
# Docs: https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: gomod
Expand All @@ -6,3 +9,13 @@ updates:
interval: daily
time: "11:00"
open-pull-requests-limit: 99
reviewers:
- parkr
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: "11:00"
open-pull-requests-limit: 99
reviewers:
- parkr

0 comments on commit ee6eef1

Please sign in to comment.