Skip to content

Commit

Permalink
Change Dependabot schedule to weekly and enable checking GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
elliot-100 committed Aug 25, 2023
1 parent c9f3409 commit 090dc49
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
version: 2
updates:
- package-ecosystem: "pip"
- package-ecosystem: "pip" # also supports Poetry
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
interval: "weekly"

- package-ecosystem: "github-actions" # only supports updates using the GitHub repository syntax, such as actions/checkout@v3
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

0 comments on commit 090dc49

Please sign in to comment.