Skip to content

Commit

Permalink
Merge pull request #25 from antonKrizmanic/stage
Browse files Browse the repository at this point in the history
Stage
  • Loading branch information
antonKrizmanic authored Oct 13, 2024
2 parents edb1406 + d8c3a9d commit e589012
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"dev-open": "start http://localhost:3000 && pnpm dev",
"build": "next build",
"build-analyze": "cross-env ANALYZE=true pnpm build",
"oldExport": "rimraf ./out && rimraf ./.next && cross-env NODE_ENV=production next build && next export",
"export": "next export",
"deploy": "next build && next export && touch out/.nojekyll && gh-pages -d out",
"export": "rimraf ./out && rimraf ./.next && cross-env NODE_ENV=production next build && next export",
"start": "next start",
"lint": "next lint",
"test": "pnpm test:unit && pnpm test:component && pnpm test:e2e",
Expand Down Expand Up @@ -64,6 +62,5 @@
"rimraf": "4.4.1",
"sass-loader": "13.3.3",
"webpack-dev-server": "4.13.1",
"gh-pages": "^3.2.3"
}
}
13 changes: 10 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"dependencyDashboard": true,
"assigneesFromCodeOwners": true,
"baseBranches": [
"main"
"stage"
],
"prHourlyLimit": 6
"prHourlyLimit": 6,
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}

0 comments on commit e589012

Please sign in to comment.