Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .github/renovate.json

This file was deleted.

21 changes: 21 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'config:recommended',
':configMigration', // https://docs.renovatebot.com/configuration-options/#configmigration
'abandonments:recommended', // https://docs.renovatebot.com/presets-abandonments/#abandonmentsrecommended
'security:minimumReleaseAgeNpm', // https://docs.renovatebot.com/presets-security/#securityminimumreleaseagenpm
'security:minimumReleaseAgePypi', // https://docs.renovatebot.com/presets-security/#securityminimumreleaseagepypi
':maintainLockFilesWeekly', // https://docs.renovatebot.com/presets-default/#maintainlockfilesweekly
],
// `prCreation` and `internalChecksFilter` together with ´minimumReleaseAge`settings
// are use to avoid creating branches before the minimum release age has passed. See https://docs.renovatebot.com/configuration-options/(#suppress-branchpr-creation-for-x-days
prCreation: 'not-pending',
internalChecksFilter: 'strict',
packageRules: [
{
matchUpdateTypes: ['patch'],
automerge: true,
},
],
}
1 change: 1 addition & 0 deletions kompassi-v2-frontend/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
min-release-age=3
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ constraint-dependencies = [
# See: https://github.com/con2/kompassi/issues/944
"tatsu<5.8",
]
exclude-newer = "3 days"

[tool.black]
line-length = 120
Expand Down
Loading