Skip to content

Commit

Permalink
Add some missing files from the template
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Nov 10, 2024
1 parent 18d73c2 commit 782a6ef
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @MarcelCoding @SuperSandro2000
28 changes: 28 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"$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,
"packageRules": [
{
"matchManagers": ["nix"],
"groupName": "flake inputs"
}
],
"prHourlyLimit": 0,
"schedule": [
"before 12am on sunday"
],
"semanticCommits": "disabled"
}
18 changes: 18 additions & 0 deletions .github/workflows/post-compare-link.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Post compare link when flake.lock changes

permissions:
issues: write
pull-requests: write

on:
pull_request:
paths: ['flake.lock']

jobs:
post-compare-link:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: NuschtOS/flake-lock-compare-action@main

0 comments on commit 782a6ef

Please sign in to comment.