Compare commits
4 commits
72d7dd4db9
...
3effdd6417
Author | SHA1 | Date | |
---|---|---|---|
3effdd6417 | |||
1a5a7af4cb | |||
af97afa6a7 | |||
1e226a6368 |
3 changed files with 16 additions and 3 deletions
|
@ -9,6 +9,7 @@
|
|||
"@typescript-eslint/parser",
|
||||
"eslint",
|
||||
"eslint-config-prettier",
|
||||
"eslint-plugin-svelte",
|
||||
"lint-staged",
|
||||
"prettier"
|
||||
],
|
||||
|
|
|
@ -4,10 +4,11 @@
|
|||
"packageRules": [
|
||||
{
|
||||
"matchPackageNames": [
|
||||
"github.com/aws/aws-sdk-go",
|
||||
"github.com/burntsushi/toml",
|
||||
"github.com/coreos/go-oidc",
|
||||
"github.com/go-sql-driver/mysql",
|
||||
"go.mongodb.org/mongo-driver",
|
||||
"github.com/miekg/dns",
|
||||
"github.com/ProtonMail/go-crypto",
|
||||
"github.com/russross/blackfriday",
|
||||
"github.com/studio-b12/gowebdav",
|
||||
|
@ -17,7 +18,17 @@
|
|||
"github.com/yuin/goldmark"
|
||||
],
|
||||
"automerge": true,
|
||||
"automergeType": "branch"
|
||||
"automergeType": "branch",
|
||||
"matchUpdateTypes": ["minor", "patch"]
|
||||
},
|
||||
{
|
||||
"description": "Schedule AWS SDK updates on Sunday nights (8 PM - 12 AM)",
|
||||
"matchPackageNames": [
|
||||
"github.com/aws/aws-sdk-go"
|
||||
],
|
||||
"automerge": true,
|
||||
"automergeType": "branch",
|
||||
"schedule": ["* 20-23 * * 0"]
|
||||
}
|
||||
],
|
||||
"postUpdateOptions": [
|
||||
|
|
|
@ -16,5 +16,6 @@
|
|||
"lockFileMaintenance": {
|
||||
"enabled": true,
|
||||
"automerge": true
|
||||
}
|
||||
},
|
||||
"osvVulnerabilityAlerts": true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue