Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit 7b95769

Browse files
authored
Merge pull request #171 from tablexi/dependabot-add-v2-config-file
Upgrade to GitHub-native Dependabot
2 parents 5266067 + 5d26bf7 commit 7b95769

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: bundler
4+
directory: "/"
5+
schedule:
6+
interval: monthly
7+
time: "23:00"
8+
timezone: America/Chicago
9+
pull-request-branch-name:
10+
separator: "-"
11+
open-pull-requests-limit: 99
12+
ignore:
13+
- dependency-name: activesupport
14+
versions:
15+
- 6.1.0
16+
- 6.1.1
17+
- 6.1.3
18+
- dependency-name: nokogiri
19+
versions:
20+
- 1.11.0
21+
- 1.11.1
22+
- dependency-name: excon
23+
versions:
24+
- 0.78.1

0 commit comments

Comments
 (0)