Skip to content

Commit

Permalink
chore(renovate): initialization (#290)
Browse files Browse the repository at this point in the history
fix #288 

# Overview

<!--
    A clear and concise description of what this pr is about.
 -->

I configured renovate bot to remove painful efforts to update
dependencies

## PR Checklist

- [x] I did below actions if need

1. I read the [Contributing
Guide](https://github.com/suspensive/react/blob/main/CONTRIBUTING.md)
2. I added documents and tests.
  • Loading branch information
manudeli authored Nov 5, 2023
1 parent f421ed7 commit 98e4aa4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", ":semanticCommitTypeAll(ci)"],
"labels": ["renovate"],
"reviewersFromCodeOwners": true,
"nvm": {
"fileMatch": ["(^|/)\\.nvmrc$"],
"versioning": "node",
"pinDigests": false
},
"github-actions": {
"fileMatch": ["^(workflow-templates|\\.(?:github|gitea|forgejo)/workflows)/[^/]+\\.ya?ml$", "(^|/)action\\.ya?ml$"]
},
"baseBranches": ["main"]
}

1 comment on commit 98e4aa4

@vercel
Copy link

@vercel vercel bot commented on 98e4aa4 Nov 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.