mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-14 19:05:55 +08:00
add .github/dependabot.yml (#1060)
* add .github/dependabot.yml This attempts to group all security related fixes for docs/ gems into one PR on a monthly basis. * clear yamllint warnings ignoring 'document-start'
This commit is contained in:
parent
7d58126d07
commit
91ab336d3d
13
.github/dependabot.yml
vendored
Normal file
13
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
# 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"
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
groups:
|
||||
doc-gems-security:
|
||||
applies-to: "security-updates"
|
||||
patterns:
|
||||
- "*"
|
Loading…
x
Reference in New Issue
Block a user