Skip to content

Commit

Permalink
chore(renovate): update
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Sep 26, 2024
1 parent 5591854 commit 83ee05d
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,20 @@
],
"lockFileMaintenance": {
"enabled": true
}
},
"ignoreDeps": [
"happy-dom"
],
"baseBranches": ["dev", "v3"],
"packageRules": [{
"matchBaseBranches": ["v3"],
"labels": ["v3"]
}, {
"groupName": "tailwindcss",
"matchPackageNames": [
"tailwindcss",
"@tailwindcss/postcss",
"@tailwindcss/vite"
]
}]
}

0 comments on commit 83ee05d

Please sign in to comment.