dependabot: only do security updates (#320)
This commit is contained in:
parent
ee81b78321
commit
8738ec4f61
24
.github/dependabot.yml
vendored
24
.github/dependabot.yml
vendored
@ -1,20 +1,10 @@
|
|||||||
# 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
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: 'npm'
|
||||||
directory: "/"
|
directory: '/'
|
||||||
commit-message:
|
rebase-strategy: 'disabled'
|
||||||
prefix: "chore(deps): "
|
|
||||||
rebase-strategy: "disabled"
|
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: 'daily'
|
||||||
ignore:
|
commit-message:
|
||||||
- dependency-name: "*"
|
prefix: 'security: '
|
||||||
update-types: [
|
open-pull-requests-limit: 0 # only check security updates
|
||||||
"version-update:semver-patch",
|
|
||||||
"version-update:semver-minor",
|
|
||||||
] # Security updates are unaffected by this setting
|
|
||||||
|
Loading…
Reference in New Issue
Block a user