Skip to content

Commit

Permalink
feat(frontend): add frontend renovate config (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianArenal authored Sep 10, 2024
1 parent 0325846 commit c8ca4f8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions frontend.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"extends": [
"github>empathyco/.github",
":semanticCommitTypeAll(chore)",
"schedule:earlyMondays",
"npm:unpublishSafe",
"workarounds:typesNodeVersioning"
],
"rangeStrategy": "bump",
"ignoreDeps": ["npm", "node"]
}

0 comments on commit c8ca4f8

Please sign in to comment.