aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Kaj Kjellerup Nacht <pnacht@google.com>2023-12-06 23:10:03 +0000
committerPedro Kaj Kjellerup Nacht <pnacht@google.com>2023-12-06 23:10:03 +0000
commit0154c4af07835317f730060a7a8e38253eb03bb4 (patch)
tree8b63332fac307b6c68d10398994f53ecb6992d12
parent60097f0096f337393b42d0ad13d403294ff4e782 (diff)
downloadjansson-0154c4af07835317f730060a7a8e38253eb03bb4.zip
jansson-0154c4af07835317f730060a7a8e38253eb03bb4.tar.gz
jansson-0154c4af07835317f730060a7a8e38253eb03bb4.tar.bz2
Add dependabot to update GHA
Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
-rw-r--r--.github/dependabot.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..322a2b6
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,15 @@
+# To get started with Dependabot version updates, you'll need to specify which
+# package ecosystems to update and where the package manifests are located.
+# Please see the documentation for all configuration options:
+# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
+
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "monthly"
+ groups:
+ github-actions:
+ patterns:
+ - "*"