From 4e042ad3aaa4f34581a01ef6443227b99430d97b Mon Sep 17 00:00:00 2001 From: Felipe Zipitria Date: Sun, 21 Apr 2024 21:40:19 -0300 Subject: [PATCH] fix: update repo name Signed-off-by: Felipe Zipitria --- default.json | 8 ++++---- renovate.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/default.json b/default.json index 1c01ad4..8f6f5ed 100644 --- a/default.json +++ b/default.json @@ -4,10 +4,10 @@ "config:best-practices", ":separateMultipleMajorReleases", "schedule:daily", - "github>crs/renovate-config:labels", - "github>crs/renovate-config:private", - "github>crs/renovate-config:security", - "github>crs/renovate-config:package-rules" + "github>coreruleset/renovate-config:labels", + "github>coreruleset/renovate-config:private", + "github>coreruleset/renovate-config:security", + "github>coreruleset/renovate-config:package-rules" ], "commitMessageSuffix": " in {{packageFile}}", "dependencyDashboardAutoclose": true diff --git a/renovate.json b/renovate.json index b75c6a8..6a0d851 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "local>crs/renovate-config" + "local>coreruleset/renovate-config" ] }