Skip to content

Commit

Permalink
chore: configure renovate (#209)
Browse files Browse the repository at this point in the history
Co-authored-by: UncleGedd <42304551+UncleGedd@users.noreply.github.com>
  • Loading branch information
TristanHoladay and UncleGedd authored Aug 16, 2024
1 parent 2ba9e26 commit 4712c6f
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>defenseunicorns/uds-common//config/renovate.json5",
":semanticPrefixFixDepsChoreOthers",
"config:base",
"group:all",
"replacements:all",
"workarounds:all"
":semanticCommits",
":semanticCommitTypeAll(chore)"
],
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"groupName": "devDependencies"
},
{
"matchDatasources": ["github-tags"],
"groupName": "github actions"
}
]
}

0 comments on commit 4712c6f

Please sign in to comment.