Skip to content

Commit

Permalink
Merge pull request #84 from blowekamp/add_dependabot
Browse files Browse the repository at this point in the history
Add dependabot.yml
  • Loading branch information
blowekamp authored Oct 3, 2023
2 parents 1b7793e + 619c7e8 commit ce90e91
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"

- package-ecosystem: "pip"
directory: "/"
versioning-strategy: "widen"
schedule:
interval: "weekly"
day: "sunday"

0 comments on commit ce90e91

Please sign in to comment.