Skip to content

Commit

Permalink
⬆️(project) update renovate.json config
Browse files Browse the repository at this point in the history
Update the renovate config to fit with
what we setup in People project.
  • Loading branch information
AntoLC committed Apr 3, 2024
1 parent 27ebafe commit 5f451a6
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,19 @@
{
"extends": [
"github>numerique-gouv/renovate-configuration"
],
"extends": ["github>numerique-gouv/renovate-configuration"],
"dependencyDashboard": true,
"labels": ["dependencies", "noChangeLog"],
"packageRules": [
{
"enabled": false,
"groupName": "ignored python dependencies",
"matchManagers": [
"setup-cfg"
],
"matchManagers": ["pep621"],
"matchPackageNames": []
},
{
"enabled": false,
"groupName": "ignored js dependencies",
"matchManagers": [
"npm"
],
"matchPackageNames": [
"node"
]
"matchManagers": ["npm"],
"matchPackageNames": ["node", "node-fetch", "i18next-parser"]
}
]
}

0 comments on commit 5f451a6

Please sign in to comment.