Skip to content

Commit

Permalink
Fix branches order in renovate bot config. Remove .github folder from…
Browse files Browse the repository at this point in the history
… ignore paths
  • Loading branch information
timbset committed Sep 4, 2023
1 parent 59d1951 commit d4da9cb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"prConcurrentLimit": 2,
"semanticCommits": "enabled",
"baseBranches": [
"23_1",
"23_2"
"23_2",
"23_1"
],
"labels": [
"dependencies"
Expand Down Expand Up @@ -51,9 +51,6 @@
"dependencyDashboardApproval": true
}
],
"ignorePaths": [
".github"
],
"constraints": {
"node": "^16.3.0"
}
Expand Down

0 comments on commit d4da9cb

Please sign in to comment.