mirror of
https://github.com/foomo/posh-providers.git
synced 2025-10-16 12:35:41 +00:00
chore: update dependabot
This commit is contained in:
parent
c04eb0cb69
commit
9f156dc72f
50
.github/dependabot.yml
vendored
50
.github/dependabot.yml
vendored
@ -1,33 +1,43 @@
|
|||||||
# Please see the documentation for all configuration options:
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/refs/heads/master/src/schemas/json/dependabot-2.0.json
|
||||||
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference
|
||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: 'github-actions'
|
- package-ecosystem: github-actions
|
||||||
open-pull-requests-limit: 1
|
open-pull-requests-limit: 1
|
||||||
|
commit-message: { prefix: chore(deps) }
|
||||||
directory: '/'
|
directory: '/'
|
||||||
schedule:
|
schedule:
|
||||||
day: 'sunday'
|
day: sunday
|
||||||
interval: 'weekly'
|
interval: weekly
|
||||||
groups:
|
timezone: Europe/Berlin
|
||||||
github-actions:
|
cooldown:
|
||||||
patterns: ['*']
|
default-days: 1
|
||||||
|
include: [ '*' ]
|
||||||
|
|
||||||
- package-ecosystem: 'gomod'
|
- package-ecosystem: gomod
|
||||||
open-pull-requests-limit: 1
|
open-pull-requests-limit: 1
|
||||||
directory: '/'
|
commit-message: { prefix: chore(deps) }
|
||||||
|
directories: [ '**/*' ]
|
||||||
schedule:
|
schedule:
|
||||||
day: 'sunday'
|
day: sunday
|
||||||
interval: 'weekly'
|
interval: weekly
|
||||||
|
timezone: Europe/Berlin
|
||||||
groups:
|
groups:
|
||||||
gomod-security:
|
security:
|
||||||
applies-to: security-updates
|
applies-to: security-updates
|
||||||
update-types: ['minor', 'patch']
|
update-types: [ minor, patch ]
|
||||||
patterns: ['*']
|
patterns: [ '*' ]
|
||||||
gomod-update:
|
updates:
|
||||||
applies-to: version-updates
|
applies-to: version-updates
|
||||||
update-types: ['minor', 'patch']
|
update-types: [ minor, patch ]
|
||||||
patterns: ['*']
|
patterns: [ '*' ]
|
||||||
ignore:
|
ignore:
|
||||||
- dependency-name: "*"
|
- dependency-name: '*'
|
||||||
update-types: ["version-update:semver-major"]
|
update-types: [ 'version-update:semver-major' ]
|
||||||
|
cooldown:
|
||||||
|
default-days: 1
|
||||||
|
semver-major-days: 14
|
||||||
|
semver-minor-days: 7
|
||||||
|
semver-patch-days: 1
|
||||||
|
include: [ '*' ]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user