Skip to content

Commit

Permalink
chore(dependabot): setup weekly schedule for github-actions (#6394)
Browse files Browse the repository at this point in the history
# Pull Request Check List

In order to make GitHub Actions updates less manuals, let's leverage Dependabot for the updates.
Since we mostly pin major versions for the actions, the volume of PRs will be pretty low, so a weekly schedule may be a good fit.

- [ ] Added **tests** for changed code.
- [ ] Updated **documentation** for changed code.
  • Loading branch information
mkniewallner committed Sep 4, 2022
1 parent 1362153 commit 1206d3e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ updates:
open-pull-requests-limit: 0
reviewers:
- "python-poetry/triage"

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

0 comments on commit 1206d3e

Please sign in to comment.