mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-04-25 13:32:31 +00:00
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:
parent
a66044a952
commit
436bda8dab
14
.github/renovate.json
vendored
14
.github/renovate.json
vendored
@ -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"],
|
||||||
|
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user