This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git
The following commit(s) were added to refs/heads/master by this push: new 13f7505 Add GitHub Actions to dependabot.yml 13f7505 is described below commit 13f75052d6a0ef1e834fe3a8e9f2752485240dc3 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Sat Apr 13 00:04:33 2024 +0200 Add GitHub Actions to dependabot.yml --- .github/dependabot.yml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d0e9890..fe655f7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,9 +16,14 @@ # version: 2 updates: -- package-ecosystem: maven - directory: "/" - schedule: - interval: daily - time: '04:00' - open-pull-requests-limit: 10 + - package-ecosystem: maven + directory: "/" + schedule: + interval: daily + time: '04:00' + open-pull-requests-limit: 10 + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"