aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Mandrikov <138671+Godin@users.noreply.github.com>2024-02-01 17:16:49 +0100
committerGitHub <noreply@github.com>2024-02-01 17:16:49 +0100
commitae26ea0a0fd19a8c00b4866455048ce1f1624761 (patch)
tree14163dccf5d46aa4697a981511523e4a49329cff
parenta574c7454fe83263f121a6564dc87ed7e96d8069 (diff)
downloadjacoco-ae26ea0a0fd19a8c00b4866455048ce1f1624761.tar.gz
Add configuration for Dependabot to simplify updates of GitHub Actions (#1573)
-rw-r--r--.github/dependabot.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000..5ace4600
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"