mirror of
https://gh.wpcy.net/https://github.com/SilverAssist/wp-github-updater.git
synced 2026-05-01 00:08:47 +08:00
10 lines
220 B
YAML
10 lines
220 B
YAML
# Packagist configuration
|
|
# Exclude Dependabot branches from being indexed as versions
|
|
|
|
branches:
|
|
# Only include main branch
|
|
include:
|
|
- main
|
|
# Exclude all dependabot branches
|
|
exclude:
|
|
- /^dependabot\/.*/
|