mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2026-01-25 16:42:32 +01:00
17 lines
336 B
YAML
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
|