commit | 3ee79d53e9a0e059a86960a941a3a0ba03d20f0b | [log] [tgz] |
---|---|---|
author | Radek Simko <radek.simko@gmail.com> | Tue Apr 11 18:24:38 2023 +0100 |
committer | GitHub <noreply@github.com> | Tue Apr 11 18:24:38 2023 +0100 |
tree | f0780df9074f4f698cbec6f2f6405a8d02be1a0a | |
parent | 4a705cf0e6f3a7c2018a825dad8230984eaa1159 [diff] |
dependabot: Enable for GitHub Actions (#377)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eed0ba6..405de40 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml
@@ -5,3 +5,9 @@ schedule: interval: "daily" labels: ["dependencies"] + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + labels: ["dependencies"]