Skip to content

Commit

Permalink
Add dependabot to automatically update the site (#9004)
Browse files Browse the repository at this point in the history
Since we're moving the site back into the main repository, it would be great to have Dependabot update `site/requirements.txt`
  • Loading branch information
Fokko authored Nov 13, 2023
1 parent fd00207 commit efa5945
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,10 @@ updates:
interval: "weekly"
day: "sunday"
open-pull-requests-limit: 50
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
open-pull-requests-limit: 5

0 comments on commit efa5945

Please sign in to comment.