mirror of
https://github.com/PCSX2/hifumi.git
synced 2026-01-31 01:25:17 +01:00
21 lines
483 B
YAML
21 lines
483 B
YAML
# Set update schedule for GitHub Actions
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
# Check for updates to GitHub Actions every week
|
|
interval: "monthly"
|
|
groups:
|
|
ci-deps:
|
|
patterns:
|
|
- "*"
|
|
- package-ecosystem: "maven"
|
|
directory: "/"
|
|
schedule:
|
|
# Check for updates to GitHub Actions every week
|
|
interval: "monthly"
|
|
groups:
|
|
java-deps:
|
|
patterns:
|
|
- "*" |