From 86c02f7503522a8bf00e1d7ad92da7cae8f0e76c Mon Sep 17 00:00:00 2001 From: "Timothy P. Ellsworth Bowers" Date: Mon, 26 Jan 2026 10:43:13 -0700 Subject: [PATCH] Ignore gradle-wrapper in dependabot checks Each year's WPILib is tied to a particular version of Java Gradle, with 2026 being tied to gradle 8.11. This update forces dependabot to ignore updates to gradle when doing its weekly checks of the gradle ecosystem. The Az-RBSI will be updated to the proper gradle version for each FRC year as part of the annual release cycle, and teams shouldn't have to deal with extraneous updates. --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 944a7ee..f35c15b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -25,3 +25,5 @@ updates: - "gradle dependencies" schedule: interval: "weekly" + ignore: + - dependency-name: "gradle"