enable grouped updates for actions and python

This commit is contained in:
David Lord 2023-11-09 08:46:13 -08:00
parent 04920b3076
commit 33d8886226
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

View file

@ -1,9 +1,18 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
day: "monday"
time: "16:00"
timezone: "UTC"
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
groups:
github-actions:
patterns:
- '*'
- package-ecosystem: pip
directory: /requirements/
schedule:
interval: monthly
groups:
python-requirements:
patterns:
- '*'