Skip to content

Commit

Permalink
Add dependabot configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles committed Jun 20, 2024
1 parent b5e2d8c commit efcd43e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Automatically update versions for pip and npm

version: 2
updates:

# Maintain dependencies for Python
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
day: "wednesday"
time: "00:00"

# Maintain dependencies for Github Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "wednesday"
time: "00:00"
groups:
github:
patterns:
- "actions/*"

0 comments on commit efcd43e

Please sign in to comment.