Skip to content

Commit

Permalink
Merge branch 'main' into loki-e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
UnicornChance authored Nov 5, 2024
2 parents 75d8e36 + 2494448 commit 2478ede
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
":semanticCommits",
":semanticCommitTypeAll(chore)"
],
"ignorePresets": [":ignoreModulesAndTests"],
"branchConcurrentLimit": 0,
"prConcurrentLimit": 0,
"prHourlyLimit": 0,
Expand Down Expand Up @@ -73,7 +74,7 @@
"commitMessageTopic": "grafana"
},
{
"matchFileNames": ["test/**", ".github/**", "bundles/**", "tasks/*.yaml", ".vscode/settings.json", "src/test/**", "src/**/tasks.yaml"],
"matchFileNames": ["test/**", ".github/**", "bundles/**", "tasks/*.yaml", ".vscode/settings.json", "src/test/**"],
"groupName": "support-deps",
"commitMessageTopic": "support dependencies"
},
Expand All @@ -83,7 +84,7 @@
"commitMessageTopic": "pepr"
},
{
"matchPackageNames": ["defenseunicorns/uds-common"],
"matchPackageNames": ["defenseunicorns/uds-common", "mcr.microsoft.com/playwright"],
"groupName": "support-deps",
"commitMessageTopic": "support-deps"
}
Expand Down

0 comments on commit 2478ede

Please sign in to comment.