mirror of
https://gh.wpcy.net/https://github.com/netcccyun/dnsmgr.git
synced 2026-05-31 00:15:01 +08:00
15 lines
405 B
YAML
15 lines
405 B
YAML
# Dependabot configuration.
|
|
#
|
|
# Please see the documentation for all configuration options:
|
|
# https://docs.github.com/code-security/dependabot/working-with-dependabot/dependabot-options-reference
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
- package-ecosystem: "composer"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|