chore(ci): Set timeout and update renovate config [fixes FLU-222, FLU-194 and FLU-196] (#55)

* Update renovate config

* Set timeout
This commit is contained in:
Anatolios Laskaris 2023-02-01 11:33:21 +02:00 committed by GitHub
parent a66044a952
commit 436bda8dab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

14
.github/renovate.json vendored
View File

@ -6,10 +6,22 @@
], ],
"enabledManagers": ["npm", "github-actions"], "enabledManagers": ["npm", "github-actions"],
"rangeStrategy": "pin", "rangeStrategy": "pin",
"schedule": "every weekend",
"packageRules": [ "packageRules": [
{
"matchManagers": ["npm"],
"matchPackagePatterns": [
"@fluencelabs/.*"
],
"semanticCommitType": "fix",
"semanticCommitScope": "deps",
"schedule": "at any time"
},
{ {
"matchDepTypes": ["devDependencies"], "matchDepTypes": ["devDependencies"],
"prPriority": -1 "prPriority": -1,
"semanticCommitType": "chore",
"semanticCommitScope": "deps"
}, },
{ {
"matchUpdateTypes": ["major"], "matchUpdateTypes": ["major"],

View File

@ -29,6 +29,7 @@ jobs:
aqua-playground: aqua-playground:
name: "Run tests" name: "Run tests"
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 60
permissions: permissions:
contents: read contents: read