Skip to content

Commit

Permalink
chore: update renovate config (aneoconsulting#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
esoubiran-aneo authored Jun 7, 2023
1 parent 20244af commit 99e80a2
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
{
"extends": [
"@nuxtjs"
],
"lockFileMaintenance": {
"enabled": true
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"group:allNonMajor",
":semanticCommitTypeAll(chore)",
"helpers:pinGitHubActionDigests"
],
"rangeStrategy": "bump",
"packageRules": [
{
"groupName": "npm packages",
"groupSlug": "npm",
"matchDatasources": [
"npm"
]
},
{
"groupName": "github actions",
"groupSlug": "github-actions",
"matchDatasources": [
"github-tags"
]
}
]
}

0 comments on commit 99e80a2

Please sign in to comment.