diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..fc2a076 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @SuperSandro2000 @MarcelCoding diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..713f41a --- /dev/null +++ b/.github/renovate.json @@ -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" +} diff --git a/LICENSE b/LICENSE index 23f5778..60f149c 100644 --- a/LICENSE +++ b/LICENSE @@ -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