gson-comments/.github/dependabot.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
580 B
YAML
Raw Normal View History

2021-05-14 01:30:52 +02:00
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
- "*"