aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Trangoni <mjtrangoni@gmail.com>2024-08-02 14:13:26 +0200
committerMario Trangoni <mjtrangoni@gmail.com>2024-08-02 14:13:26 +0200
commit6c5b607e9ba7f522f84ff45069c697bf14c8a7fc (patch)
tree6885ab51a33467aa94bc92420fd5c805da0c0e50
parent863565fdbc7efc632d84016afd3bf89c965ab0d6 (diff)
downloadnx-libs-6c5b607e9ba7f522f84ff45069c697bf14c8a7fc.tar.gz
nx-libs-6c5b607e9ba7f522f84ff45069c697bf14c8a7fc.tar.bz2
nx-libs-6c5b607e9ba7f522f84ff45069c697bf14c8a7fc.zip
CI: Add dependabot configuration for GH Actionsupdate-workflows
Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
-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 000000000..5ace4600a
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"