Skip to content

Commit bc3b83b

Browse files
add .scala-steward.conf
1 parent 5f152f6 commit bc3b83b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/.scala-steward.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
updates.pin = [
2+
{ groupId = "org.slf4j", artifactId = "slf4j-reload4j", version = "1." }
3+
]
4+
pullRequests.customLabels = [ "dependencies", "scala" ]

.github/dependabot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,3 @@ updates:
66
interval: "weekly"
77
labels:
88
- "dependencies"
9-
ignore:
10-
- dependency-name: org.slf4j:slf4j-reload4j
11-
versions:
12-
- ">= 2.0"

0 commit comments

Comments
 (0)