dependabot.yml: move actions before pip

This commit is contained in:
XhmikosR 2024-04-03 08:51:24 +03:00
parent 11f8e20042
commit 4fd06daa6d
1 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,12 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: monthly
labels:
- dependencies
- github_actions
- package-ecosystem: "pip"
directory: "/"
schedule:
@ -8,10 +15,3 @@ updates:
- dependencies
- python
versioning-strategy: lockfile-only
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: monthly
labels:
- dependencies
- github_actions