From cd86bf49af4407f5ced1ba7372a7440c9fc5df6c Mon Sep 17 00:00:00 2001 From: flakey5 <73616808+flakey5@users.noreply.github.com> Date: Sun, 1 Dec 2024 11:44:30 -0800 Subject: [PATCH] meta: add dependabot config Signed-off-by: flakey5 <73616808+flakey5@users.noreply.github.com> --- .github/dependabot.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..e28a211 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,27 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: '/' + schedule: + interval: weekly + commit-message: + prefix: chore + open-pull-requests-limit: 10 + - package-ecosystem: npm + directory: '/' + versioning-strategy: increase + schedule: + interval: weekly + commit-message: + prefix: chore + groups: + format: + patterns: + - 'prettier' + lint: + patterns: + - 'eslint' + - 'eslint-*' + - '@typescript-eslint/*' + ignore: + - dependency-name: nodejs-latest-linker