Skip to content

Commit

Permalink
added dependabot support for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
enekofb committed Nov 15, 2023
1 parent d8deb47 commit 900ec7b
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
Expand Up @@ -38,3 +38,16 @@ updates:
- "weaveworks/tangerine"
# Only do security updates not version updates.
open-pull-requests-limit: 0

# maintain dependencies for github actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "weaveworks/timber-wolf"
- "weaveworks/pesto"
- "weaveworks/wild-watermelon"
- "weaveworks/tangerine"
# Only do security updates not version updates.
open-pull-requests-limit: 0

0 comments on commit 900ec7b

Please sign in to comment.