Skip to content

Commit

Permalink
Merge template changes (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: SuperSandro2000 <[email protected]>
  • Loading branch information
SuperSandroBot and SuperSandro2000 authored Oct 18, 2024
1 parent 1d54029 commit e3b5d7e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @SuperSandro2000 @MarcelCoding
27 changes: 27 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"default:pinDigestsDisabled",
"mergeConfidence:all-badges"
],
"assignees": [
"MarcelCoding",
"SuperSandro2000"
],
"dependencyDashboardOSVVulnerabilitySummary": "all",
"nix": {
"enabled": true
},
"osvVulnerabilityAlerts": true,
"postUpgradeTasks": {
"commands": ["./nix/update-pnpm-hash.sh"],
"executionMode": "branch",
"fileFilters": ["nix/frontend.nix"]
},
"prHourlyLimit": 0,
"schedule": [
"before 12am on sunday"
],
"semanticCommits": "disabled"
}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 NüschtOS
Copyright (c) 2024 NüschtOS contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit e3b5d7e

Please sign in to comment.