Skip to content

Commit

Permalink
Update .editorconfig, Create renovate.json (#2)
Browse files Browse the repository at this point in the history
* Update .editorconfig

* Create renovate.json
  • Loading branch information
SuperSandro2000 authored Oct 12, 2024
1 parent 799589d commit c1cfdd9
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.{diff,patch}]
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset

[*.ts]
quote_type = single

[Makefile]
indent_size = 1
indent_style = tab
24 changes: 24 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"default:pinDigestsDisabled",
"mergeConfidence:all-badges"
],
"assignees": [
"MarcelCoding",
"SuperSandro2000"
],
"dependencyDashboardOSVVulnerabilitySummary": "all",
"osvVulnerabilityAlerts": true,
"postUpgradeTasks": {
"commands": ["./nix/update-pnpm-hash.sh"],
"executionMode": "branch",
"fileFilters": ["nix/frontend.nix"]
},
"prHourlyLimit": 0,
"schedule": [
"before 12am on sunday"
],
"semanticCommits": "disabled"
}

0 comments on commit c1cfdd9

Please sign in to comment.