Skip to content

Commit

Permalink
Merge pull request #1 from NuschtOS/add-missing-files
Browse files Browse the repository at this point in the history
Add some missing files from the template
  • Loading branch information
SuperSandro2000 authored Nov 10, 2024
2 parents 18d73c2 + 782a6ef commit 4a72656
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
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 4a72656

Please sign in to comment.