Skip to content

Commit

Permalink
Merge pull request #743 from naymspace/feature/improve-renovate
Browse files Browse the repository at this point in the history
Improve renovate config
  • Loading branch information
Flo0807 authored Jan 8, 2025
2 parents 874a3a4 + cb04c16 commit 96031b7
Showing 1 changed file with 23 additions and 17 deletions.
40 changes: 23 additions & 17 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,12 @@
"github>pehbehbeh/renovate-config//workarounds/mixGitVersioning",
"github>pehbehbeh/renovate-config//customManagers/hexEsbuild",
"github>pehbehbeh/renovate-config//customManagers/hexTailwind",
":reviewer(krns)"
":reviewer(krns)",
"helpers:pinGitHubActionDigestsToSemver"
],
"packageRules": [
{
"matchManagers": [
"mix"
],
"rangeStrategy": "update-lockfile"
},
{
"description": "Group updates to the Elixir base image",
"description": "Group dependency updates to the Elixir base image",
"groupName": "Base Image",
"matchDepNames": [
"erlang",
Expand All @@ -28,7 +23,7 @@
"pinDigests": false
},
{
"description": "Disable Ubuntu major updates",
"description": "Disable ubuntu major updates",
"matchDepNames": [
"ubuntu"
],
Expand All @@ -48,7 +43,24 @@
"pinDigests": false
},
{
"description": "Label updates in demo directory",
"matchManagers": [
"mix"
],
"rangeStrategy": "update-lockfile"
},
{
"matchManagers": [
"github-actions"
],
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"pinDigest"
]
},
{
"description": "Label dependency updates in demo directory",
"matchFileNames": [
"demo/**"
],
Expand All @@ -59,7 +71,7 @@
]
},
{
"description": "Label updates in ci.yml",
"description": "Label dependency updates in ci.yml",
"matchFileNames": [
".github/workflows/ci.yml"
],
Expand All @@ -68,12 +80,6 @@
"dependencies",
"{{categories}}"
]
},
{
"matchManagers": [
"github-actions"
],
"automerge": true
}
],
"labels": [
Expand Down

0 comments on commit 96031b7

Please sign in to comment.