This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri-site.git
The following commit(s) were added to refs/heads/master by this push:
new 30d0678 Add a Dependabot config file and configure updates to Actions
everyday
new 5cd3e9e Merge pull request #11 from jbampton/add-dependabot-config
30d0678 is described below
commit 30d0678bc50cfd5cff20837a5713aa824f54c64b
Author: John Bampton <[email protected]>
AuthorDate: Mon Mar 15 07:45:53 2021 +1000
Add a Dependabot config file and configure updates to Actions everyday
https://docs.github.com/en/github/administering-a-repository/keeping-your-actions-up-to-date-with-dependabot
---
.github/dependabot.yml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..dfd0e30
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,10 @@
+# Set update schedule for GitHub Actions
+
+version: 2
+updates:
+
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ # Check for updates to GitHub Actions every week
+ interval: "weekly"