Skip to content

Commit

Permalink
build: set up renovate bot
Browse files Browse the repository at this point in the history
  • Loading branch information
kharann committed Sep 23, 2023
1 parent 4ed995a commit 10c12ed
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"packageRules": [
{
"matchPackagePatterns": ["@kharann/*"],
"enabled": false
}
],
"updateInternalDeps": true,
"rangeStrategy": "bump",
"automerge": true
}
2 changes: 1 addition & 1 deletion cms/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "homepage",
"name": "@kharann/cms",
"private": true,
"version": "1.0.0",
"main": "package.json",
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@example/basics",
"name": "@kharann/web",
"type": "module",
"version": "0.0.1",
"private": true,
Expand Down

1 comment on commit 10c12ed

@vercel
Copy link

@vercel vercel bot commented on 10c12ed Sep 23, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

homepage-web – ./

homepage-web-git-master-kharann.vercel.app
homepage-web-roan.vercel.app
homepage-web-kharann.vercel.app

Please sign in to comment.