Skip to content

Commit c2dff9d

Browse files
chore: renovate bot correction (#3231)
* Corrected local repo link * Included dependency dashboard taht will create a github issue that renovate keeps up to date so we can get an overview of all outdated dependencies * Deleted renovate workflow files since those will run in separate place
1 parent cffded3 commit c2dff9d

File tree

3 files changed

+3
-73
lines changed

3 files changed

+3
-73
lines changed

.github/renovate.json5

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
{
1+
{
22
"baseBranches": ["develop", "develop-2.0.0"],
3+
"dependencyDashboard": true,
34

45
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
56
"extends": [
6-
"local>unity/renovate-config"
7+
"local>Unity-Technologies/unity-renovate-config"
78
],
89
"prConcurrentLimit": 100,
910
// Ignore commits produced by github actions workflows

.github/workflows/renovate-validation.yml

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

.github/workflows/renovate.yml

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

0 commit comments

Comments
 (0)