This is an automated email from the ASF dual-hosted git repository. aw pushed a commit to branch gh-action in repository https://gitbox.apache.org/repos/asf/yetus-test-patch-action.git
commit 6108486c54a69ecf022e3c8dda10320d398a0cdc Author: Allen Wittenauer <a...@apache.org> AuthorDate: Mon Sep 4 14:13:58 2023 -0700 YETUS-1228. Enable dependabot github actions scanning across all repos --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..a45ae2a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +--- + +version: 2 +updates: + - package-ecosystem: "github-actions" + # Workflow files stored in the + # default location of `.github/workflows` + directory: "/" + schedule: + interval: "weekly"