Files
archived-hifumi/.github/dependabot.yml
Tyler Wilding 8e95b2eda1 Update CI and java package naming (#7)
* github: ci / workflow related updates

* java: package renames
2025-12-09 19:27:21 -05:00

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:
- "*"