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

Commit

Permalink
Merge pull request #175 from 100km/ci-change
Browse files Browse the repository at this point in the history
Replace bors and scala steward by merge queue and renovate
  • Loading branch information
samueltardieu authored Sep 18, 2023
2 parents 796e6fb + 4b737fb commit e144415
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .github/bors.toml

This file was deleted.

9 changes: 9 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": ["config:recommended", ":automergeMinor", ":automergeBranch"],
"packageRules": [
{
"matchPackagePrefixes": ["com.typesafe.akka:akka-"],
"groupName": "akka"
}
]
}
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: Scala CI
on:
push:
branches:
- staging
- trying
- renovate/**
pull_request:
merge_group:

jobs:
build:
Expand Down

0 comments on commit e144415

Please sign in to comment.