Files
FastLogin/.github/dependabot.yml
2022-07-17 16:54:06 +02:00

17 lines
336 B
YAML

version: 2
updates:
# Updates for workflow files
- package-ecosystem: "github-actions"
# Workflow files stored in the
# default location of `.github/workflows`
directory: "/"
schedule:
interval: "monthly"
# Maven project
- package-ecosystem: maven
directory: "/"
schedule:
interval: weekly