Skip to content

Commit

Permalink
new dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMiddlehurst committed Nov 16, 2023
1 parent b739b05 commit 5582a4e
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,29 @@
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"
- "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"
- "full pytest actions"
- "no changelog"
groups:
python-packages:
patterns:
Expand Down

0 comments on commit 5582a4e

Please sign in to comment.