diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 359235d249..650cfcf98b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,27 +1,30 @@ -version: 2 -updates: - # Automatically keep GitHub Actions SHA-pinned to the latest commit SHAs. - # Dependabot will update both the SHA and the inline version comment (e.g. # v6) - # while leaving any extra documentation comments intact. - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - day: "monday" - labels: - - "dependencies" - commit-message: - prefix: "ci" - groups: - actions: - patterns: - - "actions/*" - gradle-actions: - patterns: - - "gradle/*" - peter-evans: - patterns: - - "peter-evans/*" - usefulness: - patterns: - - "usefulness/*" +# Dependabot automated schedule is currently disabled. +# To re-enable, uncomment the block below. +# +# version: 2 +# updates: +# # Automatically keep GitHub Actions SHA-pinned to the latest commit SHAs. +# # Dependabot will update both the SHA and the inline version comment (e.g. # v6) +# # while leaving any extra documentation comments intact. +# - package-ecosystem: "github-actions" +# directory: "/" +# schedule: +# interval: "weekly" +# day: "monday" +# labels: +# - "dependencies" +# commit-message: +# prefix: "ci" +# groups: +# actions: +# patterns: +# - "actions/*" +# gradle-actions: +# patterns: +# - "gradle/*" +# peter-evans: +# patterns: +# - "peter-evans/*" +# usefulness: +# patterns: +# - "usefulness/*"