Skip to content

Commit 86b7313

Browse files
committed
remove dependabot
1 parent 844c44c commit 86b7313

9 files changed

+14
-225
lines changed
-4.6 KB
Binary file not shown.

.github/dependabot.yml

-36
This file was deleted.

.github/release-drafter.yml

+3
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ template: |
5858
exclude-contributors:
5959
- 'dependabot'
6060
- 'dependabot[bot]'
61+
- 'renovate'
62+
- 'renovate[bot]'
6163
- 'kodiakhq'
6264
- 'kodiakhq[bot]'
6365

@@ -68,6 +70,7 @@ autolabeler:
6870
- label: 'dependencies'
6971
branch:
7072
- '/dependabot\/.+/'
73+
- '/renovate\/.+/'
7174

7275
include-labels:
7376
- 'api-breaking change'

.github/workflows/ci.yml

+5-10
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ jobs:
6161
artifacts-check:
6262

6363
runs-on: ubuntu-latest
64-
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
65-
64+
if: github.actor != 'renovate[bot]'
6665
steps:
6766
- name: check out with token (used by forks)
6867
uses: actions/checkout@v3
@@ -89,8 +88,7 @@ jobs:
8988
detekt:
9089

9190
runs-on: ubuntu-latest
92-
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
93-
91+
if: github.actor != 'renovate[bot]'
9492
steps:
9593
- name: check out with token (used by forks)
9694
uses: actions/checkout@v3
@@ -123,8 +121,7 @@ jobs:
123121
ktlint:
124122

125123
runs-on: ubuntu-latest
126-
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
127-
124+
if: github.actor != 'renovate[bot]'
128125
steps:
129126
- name: check out with token (used by forks)
130127
uses: actions/checkout@v3
@@ -164,8 +161,7 @@ jobs:
164161
modulecheck:
165162

166163
runs-on: ubuntu-latest
167-
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
168-
164+
if: github.actor != 'renovate[bot]'
169165
steps:
170166
- name: check out with token (used by forks)
171167
uses: actions/checkout@v3
@@ -205,8 +201,7 @@ jobs:
205201
versioning:
206202

207203
runs-on: ubuntu-latest
208-
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
209-
204+
if: github.actor != 'renovate[bot]'
210205
steps:
211206
- name: check out with token (used by forks)
212207
uses: actions/checkout@v3

.github/workflows/dependabot-recreate.yml

-20
This file was deleted.

.github/workflows/dependency-sync.yml

-63
This file was deleted.

dependabot-bridge/build.gradle.kts

-94
This file was deleted.

renovate.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"extends": [
3-
"config:base"
3+
"config:base",
4+
":dependencyDashboard",
5+
":prConcurrentLimit1",
6+
"group:monorepos",
7+
"group:recommended",
8+
"workarounds:all"
49
]
510
}

settings.gradle.kts

-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ rootProject.name = "ModuleCheck"
8686
enableFeaturePreview("VERSION_CATALOGS")
8787

8888
include(
89-
":dependabot-bridge",
9089
":modulecheck-api",
9190
":modulecheck-config:api",
9291
":modulecheck-config:fake",

0 commit comments

Comments
 (0)