commit 9cf15a0060a19f810c183e61b8135a2fecd3482e parent ac04d9c69f35b666f79543796b8fbfd2459c49d8 Author: Eric Scouten <scouten@adobe.com> Date: Mon, 23 May 2022 22:56:42 -0700 Configure dependabot (#7) Diffstat:
| A | dependabot.yml | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/dependabot.yml b/dependabot.yml @@ -0,0 +1,14 @@ +# Please see the documentation for all configuration options: +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "cargo" + directory: "sdk" + schedule: + interval: "daily" + + - package-ecosystem: "cargo" + directory: "c2patool" + schedule: + interval: "daily"