diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..00698e3 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + labels: + - 📦 dependencies # add this label in the repository + directory: / # location of package.json in the repository + schedule: + interval: weekly + commit-message: + prefix: "chore(deps)"