Skip to content

Commit

Permalink
dependabot.yml: move actions before pip
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Apr 3, 2024
1 parent 11f8e20 commit 4fd06da
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
version: 2
updates:
- package-ecosystem: "pip"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
interval: monthly
labels:
- dependencies
- python
versioning-strategy: lockfile-only
- package-ecosystem: "github-actions"
- github_actions
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: monthly
interval: weekly
labels:
- dependencies
- github_actions
- python
versioning-strategy: lockfile-only

0 comments on commit 4fd06da

Please sign in to comment.