Skip to content

Commit

Permalink
Added renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
Benji377 committed Dec 22, 2023
1 parent 349b94a commit 3fa3166
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 18 deletions.
15 changes: 0 additions & 15 deletions .github/dependabot.yml

This file was deleted.

7 changes: 4 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,14 @@ plugins:
default_language: en
docs_structure: folder
languages:
en:
- locale: en
name: English
build: true
de:
default: true
- locale: de
name: Deutsch
build: true
it:
- locale: it
name: Italiano
build: true
- git-revision-date-localized:
Expand Down
30 changes: 30 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"lockFileMaintenance": {
"enabled": true,
"automerge": true
},
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch"
],
"matchCurrentVersion": ">= 1.0.0",
"automerge": true
},
{
"matchDepTypes": [
"devDependencies"
],
"matchPackagePatterns": [
"lint",
"prettier"
],
"automerge": true
}
]
}

0 comments on commit 3fa3166

Please sign in to comment.