Skip to content

Commit 6cceb7f

Browse files
authored
Merge pull request #19 from github/create-pull-request/patch
[Automated] Update dependabot.yml
2 parents 6acd8f2 + 182ee06 commit 6cceb7f

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
1+
# This file was generated by the "Generate Dependabot Glob" action. Do not edit it directly.
2+
# Make changes to `.github/dependabot.template.yml` and a PR will be automatically created.
63
version: 2
74
updates:
8-
- package-ecosystem: "bundler" # See documentation for possible values
9-
directory: "/" # Location of package manifests
5+
- package-ecosystem: bundler
6+
directory: /
107
schedule:
11-
interval: "weekly"
8+
interval: daily
9+
open-pull-requests-limit: 20
10+
vendor: true
11+
- package-ecosystem: github-actions
12+
directory: /
13+
schedule:
14+
interval: daily
15+
open-pull-requests-limit: 20

0 commit comments

Comments
 (0)