Skip to content

Commit 3ca5713

Browse files
authored
Configure dependabot (#148)
* Configure dependabot * master -> main
1 parent 316062d commit 3ca5713

File tree

5 files changed

+22
-13
lines changed

5 files changed

+22
-13
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
version: 2
22
updates:
3-
- package-ecosystem: github-actions
4-
directory: /
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
55
schedule:
6-
interval: daily
6+
interval: "daily"
7+
open-pull-requests-limit: 99
8+
assignees:
9+
- "biow0lf"
710

8-
- package-ecosystem: bundler
9-
directory: /
11+
- package-ecosystem: "bundler"
12+
directory: "/"
1013
schedule:
11-
interval: daily
14+
interval: "daily"
15+
open-pull-requests-limit: 99
16+
allow:
17+
- dependency-type: "direct"
18+
- dependency-type: "indirect"
19+
assignees:
20+
- "biow0lf"

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: ["master"]
16+
branches: ["main"]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: ["master"]
19+
branches: ["main"]
2020
schedule:
2121
- cron: "0 0 * * 1"
2222

.github/workflows/jruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: RSpec on JRuby
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
branches:
9-
- master
9+
- main
1010
schedule:
1111
- cron: "0 21 * * 6"
1212

.github/workflows/rspec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ name: RSpec
44
on:
55
push:
66
branches:
7-
- master
7+
- main
88
pull_request:
99
branches:
10-
- master
10+
- main
1111
schedule:
1212
- cron: "0 21 * * 6"
1313

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
schedule:
1313
- cron: '20 7 * * 2'
1414
push:
15-
branches: ["master"]
15+
branches: ["main"]
1616

1717
# Declare default permissions as read only.
1818
permissions: read-all

0 commit comments

Comments
 (0)