From 538111bc848cf7b4c3783a617825d324e1a788dc Mon Sep 17 00:00:00 2001 From: Baalateja Kataru Date: Mon, 30 Sep 2024 16:56:17 +0530 Subject: [PATCH] Create dependabot.yml --- .github/workflows/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 0000000..f33a02c --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,12 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for more information: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +# https://containers.dev/guide/dependabot + +version: 2 +updates: + - package-ecosystem: "devcontainers" + directory: "/" + schedule: + interval: weekly