mirror of
https://github.com/netcccyun/dnsmgr.git
synced 2026-02-21 07:17:22 +08:00
16 lines
405 B
YAML
16 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"
|