This is an automated email from the ASF dual-hosted git repository. sbp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
commit 7d3aad2b3e0305675a9df143964562030411eb76 Author: Dave Fisher <[email protected]> AuthorDate: Mon Mar 16 09:28:50 2026 -0700 Add `pre-commit` hooks to dependabot.yml --- .github/dependabot.yml | 5 +++++ .github/zizmor.yml | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 588e79df..fe020659 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,3 +23,8 @@ updates: day: "monday" cooldown: default-days: 7 + - package-ecosystem: "pre-commit" + directory: "/" + schedule: + interval: "weekly" + day: "monday" diff --git a/.github/zizmor.yml b/.github/zizmor.yml new file mode 100644 index 00000000..4809b2fa --- /dev/null +++ b/.github/zizmor.yml @@ -0,0 +1,4 @@ +rules: + dependabot-cooldown: + ignore: + - dependabot.yml:26 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
