Skip to content

Commit

Permalink
Direct Renovate to ignore MySQL and RabbitMQ packages (#10512)
Browse files Browse the repository at this point in the history
  • Loading branch information
cneill authored Jul 8, 2024
1 parent e9a784f commit 3e096e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"dependencyDashboardApproval": false,
"baseBranches": ["dev"],
"rebaseWhen": "conflicted",
"ignoreDeps": [
"mysql",
"rabbitmq"
],
"ignorePaths": ["requirements.txt", "components/package.json", "components/package-lock.json", "dojo/components/yarn.lock", "dojo/components/package.json", "Dockerfile**"],
"packageRules": [{
"packagePatterns": ["*"],
Expand Down

0 comments on commit 3e096e1

Please sign in to comment.