gson-comments/.github/dependabot.yml
2024-02-29 17:15:56 -08:00

24 lines
580 B
YAML

version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "monthly"
groups:
# Name is used for branch name and pull request title
maven:
patterns:
# Create a single pull request for all dependencies and plugins
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
groups:
# Name is used for branch name and pull request title
github-actions:
patterns:
# Create a single pull request for all actions
- "*"