Skip to content

Commit

Permalink
Fix Dependabot Config & Expand to Manage Python CI Deps (#94)
Browse files Browse the repository at this point in the history
Fix typo in dependabot config and expand to manage pip ci deps
  • Loading branch information
alecbcs authored Jan 6, 2024
1 parent 5d163be commit 414a6d4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
versions: 2
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "pip"
directory: "/.github/workflows/requirements"
schedule:
interval: "weekly"
ignore:
# setuptools releases new versions almost daily
- dependency-name: "setuptools"
update-types: ["version-update:semver-patch"]

0 comments on commit 414a6d4

Please sign in to comment.