From 9957dc1e1d1dbee981403b13685715d036dc1e6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 23:47:19 +0000 Subject: [PATCH 1/3] Add renovate.json --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 000000000..39a2b6e9a --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base" + ] +} From c8a216ff9b879ccf88db8161a039a320e3808ac1 Mon Sep 17 00:00:00 2001 From: Chris Talkington Date: Wed, 24 May 2023 19:04:14 -0500 Subject: [PATCH 2/3] Update renovate.json --- renovate.json | 50 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 39a2b6e9a..4294416af 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,54 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base" + "config:base", + "schedule:daily" + ] + "timezone": "America/Chicago", + "labels": ["dependencies"], + "lockFileMaintenance": { + "enabled": true, + "automerge": true + }, + "packageRules": [ + { + "matchManagers": ["poetry"], + "addLabels": ["python"] + }, + { + "matchManagers": ["poetry"], + "matchDepTypes": ["dev"], + "rangeStrategy": "pin" + }, + { + "matchManagers": ["poetry"], + "matchDepTypes": ["dev"], + "matchUpdateTypes": ["minor", "patch"], + "automerge": true + }, + { + "matchManagers": ["npm", "nvm"], + "addLabels": ["javascript"], + "stabilityDays": 3, + "rangeStrategy": "pin", + "automerge": true + }, + { + "matchManagers": ["npm"], + "matchUpdateTypes": ["minor", "patch"], + "automerge": true + }, + { + "matchManagers": ["github-actions"], + "addLabels": ["github_actions"], + "stabilityDays": 3, + "rangeStrategy": "pin", + "pinDigests": true + }, + { + "matchManagers": ["github-actions"], + "matchUpdateTypes": ["minor", "patch"], + "automerge": true + } ] } From 973732c5635e30437f59378b9b559ab9f9c36be8 Mon Sep 17 00:00:00 2001 From: Chris Talkington Date: Wed, 24 May 2023 19:05:06 -0500 Subject: [PATCH 3/3] Update renovate.json --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 4294416af..3c4852c53 100644 --- a/renovate.json +++ b/renovate.json @@ -3,7 +3,7 @@ "extends": [ "config:base", "schedule:daily" - ] + ], "timezone": "America/Chicago", "labels": ["dependencies"], "lockFileMaintenance": {