From ddc0321e29d80e4b36947013e3e3596fb12b6970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaudio=20Ku=C3=A7aj?= <78809795+klkucaj@users.noreply.github.com> Date: Fri, 13 Dec 2024 12:21:03 +0100 Subject: [PATCH] build: Add dependabot config for automatic dependency updates. (#2) --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..9f43ce3 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + - package-ecosystem: "pub" + directory: "/" + schedule: + interval: "daily" + versioning-strategy: "widen" + # Limit open pull requests to 5 + open-pull-requests-limit: 5