diff options
author | Mario Trangoni <mjtrangoni@gmail.com> | 2024-08-02 14:13:26 +0200 |
---|---|---|
committer | Mario Trangoni <mjtrangoni@gmail.com> | 2024-08-02 14:13:26 +0200 |
commit | 6c5b607e9ba7f522f84ff45069c697bf14c8a7fc (patch) | |
tree | 6885ab51a33467aa94bc92420fd5c805da0c0e50 | |
parent | 863565fdbc7efc632d84016afd3bf89c965ab0d6 (diff) | |
download | nx-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.yml | 6 |
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" |