This is an automated email from the ASF dual-hosted git repository.
style95 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new 5c876f247 Keep GitHub Actions up to date with GitHub's Dependabot
(#5458)
5c876f247 is described below
commit 5c876f247982e2896c974f91114e1ce89b7b4c8e
Author: Christian Clauss <[email protected]>
AuthorDate: Tue Feb 6 00:25:45 2024 +0100
Keep GitHub Actions up to date with GitHub's Dependabot (#5458)
https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
---
.github/dependabot.yml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 000000000..a82dd10d0
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,12 @@
+# Keep GitHub Actions up to date with GitHub's Dependabot...
+#
https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ groups:
+ GitHub_Actions:
+ patterns:
+ - "*" # Group all Actions updates into a single larger pull request
+ schedule:
+ interval: weekly