diff --git a/.github/renovate.json b/.github/renovate.json index 525eec5..4f1012e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,14 +2,14 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ ":dependencyDashboard", - ":semanticCommitsDisabled", "group:all", "schedule:monthly", - ":maintainLockFilesMonthly" + ":maintainLockFilesMonthly", + ":semanticCommitTypeAll(update)", + ":semanticCommitScopeDisabled" ], "dependencyDashboard": false, "lockFileMaintenance": { - "commitMessageAction": "update", "extends": [ "group:all" ] diff --git a/flake.lock b/flake.lock index c4d94af..e2c33bb 100644 --- a/flake.lock +++ b/flake.lock @@ -5,13 +5,13 @@ "locked": { "lastModified": 1767039857, "narHash": "sha256-vNpUSpF5Nuw8xvDLj2KCwwksIbjua2LZCqhV1LNRDns=", - "owner": "edolstra", + "owner": "NixOS", "repo": "flake-compat", "rev": "5edf11c44bc78a0d334f6334cdaf7d60d732daab", "type": "github" }, "original": { - "owner": "edolstra", + "owner": "NixOS", "repo": "flake-compat", "type": "github" } diff --git a/flake.nix b/flake.nix index 3b671c7..72c60e3 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ inputs.nixpkgs-lib.follows = "nixpkgs"; }; flake-compat = { - url = "github:edolstra/flake-compat"; + url = "github:NixOS/flake-compat"; flake = false; }; rust-overlay = {