From 11f34ff094f74f55c5a498b2e63b6460e2688a08 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 5 Mar 2024 23:42:14 +0900 Subject: [PATCH] Update dependabot config --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5f0b2df..247e38a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,10 @@ updates: interval: daily commit-message: prefix: '' + ignore: + # See Cargo.toml. + - dependency-name: cc + - dependency-name: cmake labels: [] # crates with [workspace] table are not recognized by the above 'directory: /' - package-ecosystem: cargo @@ -14,6 +18,9 @@ updates: interval: daily commit-message: prefix: '' + ignore: + # See Cargo.toml. + - dependency-name: cc labels: [] - package-ecosystem: github-actions directory: /