diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 4cd9c42e35..5f64ace48c 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -13,14 +13,6 @@ "github>Turbo87/renovate-config//rust/updateToolchain", ], packageRules: [ - { - matchCategories: ["rust"], - labels: ["A-backend ⚙️"], - }, - { - matchCategories: ["js"], - labels: ["A-frontend 🐹"], - }, { matchDepNames: ["ember-cli", "ember-data", "ember-source"], separateMinorPatch: true, @@ -55,7 +47,6 @@ matchManagers: ["custom.regex"], matchDepNames: ["rust"], commitMessageTopic: "Rust", - labels: ["A-backend ⚙️"], }, { matchDepNames: ["/^diesel$/", "/^diesel_/"], diff --git a/triagebot.toml b/triagebot.toml index c20d0fdb50..ebcf34ce00 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -32,4 +32,5 @@ trigger_files = [ "migrations/", "Cargo.toml", "Cargo.lock", + "rust-toolchain.toml", ]