Skip to content

Commit

Permalink
Merge pull request #33 from endlessm/push-nqrxonkyxuql
Browse files Browse the repository at this point in the history
Configure Dependabot to update Python packages
  • Loading branch information
wjt authored Oct 30, 2024
2 parents f7c5a13 + 3507c19 commit 409172a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Set update schedule for GitHub Actions

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 409172a

Please sign in to comment.