Skip to content

Commit

Permalink
Add renovate automerge.
Browse files Browse the repository at this point in the history
  • Loading branch information
mareuter committed Sep 22, 2024
1 parent 5a62f5a commit 5af9c3f
Showing 1 changed file with 61 additions and 15 deletions.
76 changes: 61 additions & 15 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,41 +7,87 @@
"workarounds:nodeDockerVersioning"
],
"packageRules": [
{
"description": "Automerge non-major updates",
"matchUpdateTypes": [
"minor",
"patch"
],
"automerge": true
},
{
"groupName": "Runtime Dependencies Core",
"matchPackageNames": ["/^react/"]
"matchPackageNames": [
"/^react/"
]
},
{
"groupName": "Runtime Dependencies Support",
"matchDepNames": ["axios", "jstz", "luxon"],
"matchPackageNames": ["/^@fortawesome/"]
"matchDepNames": [
"axios",
"jstz",
"luxon"
],
"matchPackageNames": [
"/^@fortawesome/"
]
},
{
"groupName": "Runtime Dependencies Graphics",
"matchDepNames": ["three"],
"extends": ["schedule:monthly"],
"matchPackageNames": ["/^@react-three/"]
"matchDepNames": [
"three"
],
"extends": [
"schedule:monthly"
],
"matchPackageNames": [
"/^@react-three/"
]
},
{
"groupName": "Development Dependencies Dev and Test",
"matchDepNames": ["jsdom", "yarn"],
"matchPackageNames": ["/^@juggle/", "/^@testing/", "/^@vite/", "/^vite/"]
"matchDepNames": [
"jsdom",
"yarn"
],
"matchPackageNames": [
"/^@juggle/",
"/^@testing/",
"/^@vite/",
"/^vite/"
]
},
{
"groupName": "Development Dependencies Support",
"matchDepNames": ["prettier", "sass", "typescript"],
"matchPackageNames": ["/^@typescript/", "/^eslint/"]
"matchDepNames": [
"prettier",
"sass",
"typescript"
],
"matchPackageNames": [
"/^@typescript/",
"/^eslint/"
]
},
{
"groupName": "GitHub Actions",
"matchManagers": ["github-actions"]
"matchManagers": [
"github-actions"
]
},
{
"groupName": "Node.js",
"matchDatasources": ["docker"],
"matchDepNames": ["node"]
"matchDatasources": [
"docker"
],
"matchDepNames": [
"node"
]
}
],
"timezone": "America/Phoenix",
"schedule": ["on Saturday after 4pm", "on Saturday before 11pm"]
}
"schedule": [
"on Saturday after 4pm",
"on Saturday before 11pm"
]
}

0 comments on commit 5af9c3f

Please sign in to comment.