Skip to content

Commit

Permalink
chore(examples): clean configuration and avoid renovation (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinzius authored Aug 17, 2022
1 parent 5408eda commit c9933d4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
"rebaseWhen": "auto",
"dependencyDashboard": true,
"packageRules": [
{
"matchPackageNames": ["@scaleway/sdk", "@scaleway/configuration-loader"],
"enabled": false
},
{
"automerge": false,
"matchPackagePatterns": ["^@scaleway/"],
Expand Down
6 changes: 3 additions & 3 deletions examples/nodejs-minimal/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "nodejs-minimal",
"name": "scaleway-nodejs-minimal",
"version": "1.0.0",
"main": "index.ts",
"license": "MIT",
"license": "Apache-2.0",
"scripts": {
"build": "tsc -p ./tsconfig.json",
"start": "node ./dist/index"
},
"dependencies": {
"@scaleway/configuration-loader": "^0.1.0-beta",
"@scaleway/sdk": "^0.1.0-beta.6"
"@scaleway/sdk": "^0.1.0-beta"
},
"devDependencies": {
"@types/node": "^17.0.45",
Expand Down
6 changes: 2 additions & 4 deletions examples/serverless-function-minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@
"name": "scaleway-serverless-function",
"version": "1.0.0",
"main": "index.js",
"license": "Apache-2.0",
"scripts": {
"build": "tsc -p ./tsconfig.json"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@scaleway/configuration-loader": "^0.1.0-beta",
"@scaleway/sdk": "^0.1.0-beta.6"
"@scaleway/sdk": "^0.1.0-beta"
},
"devDependencies": {
"serverless-scaleway-functions": "^0.4.0",
Expand Down

0 comments on commit c9933d4

Please sign in to comment.