summaryrefslogtreecommitdiffstats
path: root/renovate.json
diff options
context:
space:
mode:
authorMichael Kriese <michael.kriese@visualon.de>2024-04-08 09:16:51 +0200
committerMichael Kriese <michael.kriese@visualon.de>2024-04-08 09:19:58 +0200
commitcca21410786457217675355b46d40396d1e684c2 (patch)
treead5727276aed47a69fb55b8cccf798ce9b3f36ef /renovate.json
parentMerge pull request '[PORT] gitea#30279: Update JS dependencies and add new es... (diff)
downloadforgejo-cca21410786457217675355b46d40396d1e684c2.tar.xz
forgejo-cca21410786457217675355b46d40396d1e684c2.zip
Run Renovate more often
Diffstat (limited to 'renovate.json')
-rw-r--r--renovate.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/renovate.json b/renovate.json
index 747501a66a..6ad8a502a4 100644
--- a/renovate.json
+++ b/renovate.json
@@ -4,7 +4,9 @@
"config:best-practices",
":approveMajorUpdates",
"group:postcss",
- "group:linters"
+ "group:linters",
+ "schedule:daily",
+ "schedule:automergeDaily"
],
"ignorePresets": [
":semanticPrefixFixDepsChoreOthers",
@@ -13,7 +15,6 @@
],
"semanticCommits": "disabled",
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths", "npmDedupe"],
- "platformAutomerge": false,
"prConcurrentLimit": 5,
"packageRules": [
{
@@ -40,10 +41,9 @@
"automerge": true
},
{
- "description": "Update renovate only daily with higher prio to come through rate limit",
+ "description": "Update renovate with higher prio to come through rate limit",
"matchDatasources": ["docker"],
"matchDepNames": ["ghcr.io/visualon/renovate"],
- "extends": ["schedule:daily"],
"prPriority": 10
},
{