diff options
| author | danieleades <33452915+danieleades@users.noreply.github.com> | 2023-11-27 13:02:21 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-27 14:02:21 +0100 |
| commit | 34df837fb3d346c413f82cef5283c3eb0a3a6526 (patch) | |
| tree | ca2a4c789ecb63b013bdd4988b6da569b2246bb6 | |
| parent | c1ed55f55572b3f5a5618dfaa81b2aa281df1840 (diff) | |
Check actions with dependabot (#2766)
| -rw-r--r-- | .github/dependabot.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..59aa3462 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + ignore: + - dependency-name: dtolnay/rust-toolchain |
