diff --git a/.github/renovate.json b/.github/renovate.json index 73aa8e6..62ea95a 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -6,10 +6,22 @@ ], "enabledManagers": ["npm", "github-actions"], "rangeStrategy": "pin", + "schedule": "every weekend", "packageRules": [ + { + "matchManagers": ["npm"], + "matchPackagePatterns": [ + "@fluencelabs/.*" + ], + "semanticCommitType": "fix", + "semanticCommitScope": "deps", + "schedule": "at any time" + }, { "matchDepTypes": ["devDependencies"], - "prPriority": -1 + "prPriority": -1, + "semanticCommitType": "chore", + "semanticCommitScope": "deps" }, { "matchUpdateTypes": ["major"], diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0eda4e8..b4835ca 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,6 +29,7 @@ jobs: aqua-playground: name: "Run tests" runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: read