Skip to content

Commit

Permalink
Allow dependabot to update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed May 13, 2024
1 parent f6ec062 commit 59df5f0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: weekly

0 comments on commit 59df5f0

Please sign in to comment.