Skip to content

Commit

Permalink
"chore(config): Update renovate config to run on v6 branch" (#10617)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency eslint-plugin-markdown to ^3.0.1 (#10494)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(config): Update renocvate config to run on v6 branch

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
tlabaj and renovate[bot] authored Jun 14, 2024
1 parent 1199f35 commit d893997
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
],
"enabled": false
}
]
],
"baseBranches": ["main", "v6"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"babel-jest": "^29.7.0",
"concurrently": "^7.6.0",
"eslint": "^8.39.0",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-testing-library": "^6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7482,7 +7482,7 @@ eslint-plugin-jsx-a11y@^6.0.3:
object.entries "^1.1.7"
object.fromentries "^2.0.7"

eslint-plugin-markdown@^3.0.0:
eslint-plugin-markdown@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-markdown/-/eslint-plugin-markdown-3.0.1.tgz#fc6765bdb5f82a75e2438d7fac619602f2abc38c"
integrity sha512-8rqoc148DWdGdmYF6WSQFT3uQ6PO7zXYgeBpHAOAakX/zpq+NvFYbDA/H7PYzHajwtmaOzAwfxyl++x0g1/N9A==
Expand Down

0 comments on commit d893997

Please sign in to comment.