This repository has been archived on 2025-08-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
web-app-template/renovate.json
tim 973fc12947
All checks were successful
Build and Push Docker Image / Explore-Gitea-Actions (push) Successful in 14s
Build Docker Image / Explore-Gitea-Actions (push) Successful in 5s
Update renovate.json
2024-08-07 08:44:19 +02:00

11 lines
192 B
JSON

{
"extends": [
"config:best-practices"
],
"packageRules": [{
"matchUpdateTypes": ["minor", "patch", "digest"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}]
}