6 Commits

Author SHA1 Message Date
d004f85053 Update docker minor+patch+digest updates
Some checks failed
Lint / lint (push) Failing after 7s
Build / build (pull_request) Failing after 18s
2025-11-04 01:30:49 +01:00
Julien Valverdé
d8ecc1a142 Merge branch 'master' into next
Some checks failed
Lint / lint (push) Failing after 7s
2025-11-04 01:28:15 +01:00
Julien Valverdé
8cd4caeaf0 Fix Renovate config
All checks were successful
Build / build (push) Successful in 47s
Lint / lint (push) Successful in 12s
2025-11-04 01:24:59 +01:00
Julien Valverdé
a277477fc5 Fix Renovate config
Some checks failed
Lint / lint (push) Failing after 8s
2025-11-04 01:11:52 +01:00
Julien Valverdé
4e9bdbc3c7 Merge branch 'master' into next
Some checks failed
Lint / lint (push) Failing after 7s
2025-11-04 01:04:57 +01:00
Julien Valverdé
b66aa99450 Fix Renovate config
All checks were successful
Build / build (push) Successful in 51s
Lint / lint (push) Successful in 12s
2025-11-04 00:58:34 +01:00

View File

@@ -2,6 +2,11 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"baseBranchPatterns": ["next"],
"ignorePaths": [
"**/node_modules/**",
"**/bower_components/**",
"packages/webapp/public/98.css/**"
],
"packageRules": [
{
"matchManagers": ["bun", "npm"],