Skip to content

Commit

Permalink
add .github/dependabot.yml (#1060)
Browse files Browse the repository at this point in the history
* 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'
  • Loading branch information
jzern authored May 8, 2024
1 parent 7d58126 commit 91ab336
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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:
- "*"

0 comments on commit 91ab336

Please sign in to comment.