From a85b42f1149219f14c73084afe818287461b38a3 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 24 Feb 2024 17:48:07 +0100 Subject: [PATCH] fixup! Add renovate.json --- .github/dependabot.yml | 11 ----------- renovate.json => .github/renovate.json | 6 +++++- 2 files changed, 5 insertions(+), 12 deletions(-) delete mode 100644 .github/dependabot.yml rename renovate.json => .github/renovate.json (52%) diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 71c6c1df524..00000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,11 +0,0 @@ -version: 2 -updates: - - package-ecosystem: github-actions - directory: / - schedule: - interval: weekly - - - package-ecosystem: github-actions - directory: /.github/actions/setup-nix - schedule: - interval: weekly diff --git a/renovate.json b/.github/renovate.json similarity index 52% rename from renovate.json rename to .github/renovate.json index 5db72dd6a94..be9002f4efb 100644 --- a/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,10 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:recommended" + "config:best-practices" + ], + "baseBranches": [ + "main", + "/^v[0-9]+/" ] }