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:38:55 +0200 |
commit | b8160eb8337bb549143f48534ccade2813f7ff32 (patch) | |
tree | c74b6bad72611b03755128d484f6425882cc7ed8 | |
parent | 88375d2981248b15425c5aab159be60266e794a2 (diff) | |
download | nx-libs-b8160eb8337bb549143f48534ccade2813f7ff32.tar.gz nx-libs-b8160eb8337bb549143f48534ccade2813f7ff32.tar.bz2 nx-libs-b8160eb8337bb549143f48534ccade2813f7ff32.zip |
CI: Add dependabot configuration for GH Actions
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" |