Skip to content

Commit

Permalink
chore(renovate): reorder package rules
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown authored Dec 12, 2023
1 parent 36abc60 commit 65b6ebc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
executionMode: 'branch',
},
packageRules: [
{
matchFileNames: ['.github/workflows/**'],
semanticCommitType: 'ci',
},
{
matchDatasources: ['docker'],
semanticCommitType: 'build',
Expand All @@ -25,10 +29,6 @@
matchPackagePrefixes: ['@semantic-release/'],
semanticCommitType: 'build',
},
{
matchFileNames: ['.github/workflows/**'],
semanticCommitType: 'ci',
},
{
matchFileNames: ['**/*.md'],
extends: [
Expand Down

0 comments on commit 65b6ebc

Please sign in to comment.