This is an automated email from the ASF dual-hosted git repository.
kinow pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git
The following commit(s) were added to refs/heads/main by this push:
new b3e8a832ec chore: Included githubactions in the dependabot config
b3e8a832ec is described below
commit b3e8a832ec2036f3e7d3c09aaa5fbde38e86a819
Author: naveensrinivasan <[email protected]>
AuthorDate: Sun May 1 12:41:52 2022 -0500
chore: Included githubactions in the dependabot config
This should help with keeping the GitHub actions updated on new releases.
This will also help with keeping it secure.
Dependabot helps in keeping the supply chain secure
https://docs.github.com/en/code-security/dependabot
GitHub actions up to date
https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
https://github.com/ossf/scorecard/blob/main/docs/checks.md#dependency-update-tool
Signed-off-by: naveensrinivasan
<[email protected]>
---
.github/dependabot.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index c3e2811c3e..c7e178e63c 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -10,3 +10,8 @@ updates:
schedule:
interval: "monthly"
open-pull-requests-limit: 10
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: monthly
+ open-pull-requests-limit: 10