Skip to content

Commit

Permalink
fixes (i hope_
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMiddlehurst committed Nov 13, 2023
1 parent 7e86da2 commit 9d48931
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,32 @@
version: 2
updates:
# update GitHub actions versions
- package-ecosystem: github-actions
directory: /
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
interval: "weekly"
time: "01:00"
commit-message:
prefix: "[MNT]"
prefix: "[MNT] "
labels:
- "maintenance"
- "dependencies"
- "no changelog"
groups:
github-actions:
patterns:
- "*"

# update Python dependencies
- package-ecosystem: pip
directory: /
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: weekly
interval: "weekly"
time: "01:00"
commit-message:
prefix: "[MNT]"
prefix: "[MNT] "
labels:
- "maintenance"
- "dependencies"
- "full pytest actions"
- "no changelog"
groups:
Expand Down

0 comments on commit 9d48931

Please sign in to comment.