ci: dependabot -> renovate

This commit is contained in:
winston 2024-05-01 21:00:53 +02:00
parent d8f0abac92
commit c3bccb2068
Signed by: winston
GPG key ID: 3786770EDBC2B481
3 changed files with 15 additions and 14 deletions

View file

@ -1,6 +0,0 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

View file

@ -1,9 +1,6 @@
on: on:
push: push:
paths: paths: ["**.nix", "**.lock"]
- "**.nix"
- "**.lock"
- ".github/workflows/check.yml"
jobs: jobs:
check: check:
@ -11,8 +8,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26 - uses: DeterminateSystems/flake-checker-action@v4
with: - uses: DeterminateSystems/nix-installer-action@main
github_access_token: ${{ secrets.GITHUB_TOKEN }} - uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix flake check --show-trace --accept-flake-config - run: nix flake check --show-trace --accept-flake-config
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json

11
renovate.json Normal file
View file

@ -0,0 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices",
"schedule:weekly",
":automergeAll"
],
"nix": {
"enabled": true
}
}