feature/prepare-1.6.4-22-release #135
3 changed files with 35 additions and 34 deletions
|
@ -3,7 +3,7 @@ jobs:
|
|||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: ghcr.io/cirruslabs/flutter:3.16.8
|
||||
image: ghcr.io/cirruslabs/flutter:3.16.9
|
||||
steps:
|
||||
- name: Prepare requirements
|
||||
run: |
|
||||
|
|
|
@ -1,33 +0,0 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended", ":rebaseStalePrs", ":ignoreUnstable", "group:monorepos", "group:recommended"
|
||||
],
|
||||
"prConcurrentLimit": 0,
|
||||
"schedule": [
|
||||
"monthly"
|
||||
],
|
||||
"ignorePaths": [
|
||||
"android/**",
|
||||
"ios/**"
|
||||
],
|
||||
"ignoreDeps": [
|
||||
"intl"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": [
|
||||
"minor"
|
||||
],
|
||||
"groupName": "all minor dependencies",
|
||||
"groupSlug": "all-minor-deps"
|
||||
},
|
||||
{
|
||||
"matchUpdateTypes": [
|
||||
"patch"
|
||||
],
|
||||
"groupName": "all patch dependencies",
|
||||
"groupSlug": "all-patch-deps"
|
||||
}
|
||||
]
|
||||
}
|
34
renovate.json5
Normal file
34
renovate.json5
Normal file
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended", ":rebaseStalePrs", ":ignoreUnstable", "group:monorepos", "group:recommended"
|
||||
],
|
||||
"prConcurrentLimit": 0,
|
||||
"schedule": [
|
||||
"weekly"
|
||||
],
|
||||
"ignorePaths": [
|
||||
"android/**",
|
||||
"ios/**"
|
||||
],
|
||||
"ignoreDeps": [
|
||||
"intl",
|
||||
"path"
|
||||
],
|
||||
// "packageRules": [
|
||||
// {
|
||||
// "matchUpdateTypes": [
|
||||
// "minor"
|
||||
// ],
|
||||
// "groupName": "all minor dependencies",
|
||||
// "groupSlug": "all-minor-deps"
|
||||
// },
|
||||
// {
|
||||
// "matchUpdateTypes": [
|
||||
// "patch"
|
||||
// ],
|
||||
// "groupName": "all patch dependencies",
|
||||
// "groupSlug": "all-patch-deps"
|
||||
// }
|
||||
// ]
|
||||
}
|
Loading…
Reference in a new issue