diff options
author | 2023-03-26 21:01:51 +0100 | |
---|---|---|
committer | 2023-03-26 21:01:51 +0100 | |
commit | d6219092e7f0fb3f32b2dfa3585cfd9988c9a5a1 (patch) | |
tree | 0d77a9e8e9b28b20c504b4d3a4449bb0aec92655 | |
parent | Bump CI action versions (diff) |
Add dependabot CI config
-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 0000000..1230149 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" |