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

Commit e144415

Browse files
Merge pull request #175 from 100km/ci-change
Replace bors and scala steward by merge queue and renovate
2 parents 796e6fb + 4b737fb commit e144415

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

.github/bors.toml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/renovate.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"extends": ["config:recommended", ":automergeMinor", ":automergeBranch"],
3+
"packageRules": [
4+
{
5+
"matchPackagePrefixes": ["com.typesafe.akka:akka-"],
6+
"groupName": "akka"
7+
}
8+
]
9+
}

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ name: Scala CI
33
on:
44
push:
55
branches:
6-
- staging
7-
- trying
6+
- renovate/**
7+
pull_request:
8+
merge_group:
89

910
jobs:
1011
build:

0 commit comments

Comments
 (0)