summaryrefslogtreecommitdiffstats
path: root/renovate.json
diff options
context:
space:
mode:
authorMichael Kriese <michael.kriese@visualon.de>2024-08-21 10:10:00 +0200
committerMichael Kriese <michael.kriese@visualon.de>2024-08-21 10:10:00 +0200
commit171e4cc3be6a6cd8fab02d6d6e121c6a712cf6ba (patch)
tree560648ef4b2255c724c61f310b0ebbdeeee780dc /renovate.json
parentMerge pull request 'Update dependency chart.js to v4.4.4 (forgejo)' (#5037) f... (diff)
downloadforgejo-171e4cc3be6a6cd8fab02d6d6e121c6a712cf6ba.tar.xz
forgejo-171e4cc3be6a6cd8fab02d6d6e121c6a712cf6ba.zip
chore(renovate): bump go version inside go.mod
Diffstat (limited to 'renovate.json')
-rw-r--r--renovate.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/renovate.json b/renovate.json
index 3042173d28..7110d189f6 100644
--- a/renovate.json
+++ b/renovate.json
@@ -224,6 +224,14 @@
]
},
{
+ "description": "Bump go.mod directive versions",
+ "matchDatasources": ["golang-version"],
+ "matchManagers": ["gomod"],
+ "matchDepTypes": ["golang"],
+ "matchDepNames": ["go"],
+ "rangeStrategy": "bump"
+ },
+ {
"description": "Disable actions/cascading-pr for now <https://github.com/renovatebot/renovate/issues/28120>",
"matchDepNames": [
"actions/cascading-pr"