mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-16 17:25:53 +08:00
add .github/dependabot.yml
This attempts to group all security related fixes for docs/ gems into one PR on a monthly basis.
This commit is contained in:
parent
7d58126d07
commit
459a76b574
14
.github/dependabot.yml
vendored
Normal file
14
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
|
||||||
|
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "bundler"
|
||||||
|
directory: "/doc" # Location of package manifests
|
||||||
|
schedule:
|
||||||
|
interval: "monthly"
|
||||||
|
groups:
|
||||||
|
doc-gems-security:
|
||||||
|
applies-to: "security-updates"
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user