mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
36 lines
1.4 KiB
YAML
36 lines
1.4 KiB
YAML
# To get started with Dependabot version updates, you'll need to specify which
|
|
# package ecosystems to update and where the package manifests are located.
|
|
# Please see the documentation for all configuration options:
|
|
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "gomod" # See documentation for possible values
|
|
directory: "/" # Location of package manifests
|
|
schedule:
|
|
interval: "weekly"
|
|
ignore:
|
|
- dependency-name: "github.com/xtaci/smux"
|
|
groups:
|
|
# Specify a name for the group, which will be used in pull request titles
|
|
# and branch names
|
|
dependencies:
|
|
# Define patterns to include dependencies in the group (based on
|
|
# dependency name)
|
|
patterns:
|
|
- "*" # A wildcard that matches all dependencies in the package
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
# Create a group of dependencies to be updated together in one pull request
|
|
groups:
|
|
# Specify a name for the group, which will be used in pull request titles
|
|
# and branch names
|
|
dependencies:
|
|
# Define patterns to include dependencies in the group (based on
|
|
# dependency name)
|
|
patterns:
|
|
- "*" # A wildcard that matches all dependencies in the package
|