Compare commits

..

1 commit

Author SHA1 Message Date
2ba76b49e8
chore: migrate to Forgejo
Some checks failed
Checking Renovate configuration / validate (pull_request) Successful in 17s
Checking yaml / Run yamllint (pull_request) Failing after 14s
Build and test / Generate Documentation (pull_request) Successful in 3m33s
Build and test / Tests (pull_request) Successful in 3m56s
Build and test / Build AMD64 (pull_request) Successful in 4m19s
Build and test / Clippy (pull_request) Successful in 4m33s
2025-11-05 17:30:07 +11:00
2 changed files with 0 additions and 37 deletions

View file

@ -1,30 +0,0 @@
---
ignore: |
.platformio
secrets.yaml
rules:
braces: enable
brackets: enable
colons: enable
commas: enable
comments: enable
comments-indentation: enable
document-end: enable
document-start: enable
empty-lines:
max: 1
empty-values: disable
hyphens: enable
indentation: enable
key-duplicates: enable
key-ordering: disable
line-length:
max: 100
new-line-at-end-of-file: enable
new-lines: enable
octal-values: enable
quoted-strings: disable
trailing-spaces: enable
truthy: enable
...

View file

@ -1,7 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"assignees": ["kernald"],
"extends": [
"config:recommended"
]
}