From 99e1950defad58262ff7cefb1bef134a1968eeed Mon Sep 17 00:00:00 2001 From: Gustavo Gonzalez Date: Tue, 13 Aug 2024 15:50:37 -0300 Subject: [PATCH 1/2] add dependabot config --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..be6a12954 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +# Allow Dependabot to open PRs for security issues and general version updates. +# It checks github actions and npm packages(for docs). +# Unfortunately this is not yet possible for Scarb packages(https://github.com/software-mansion/scarb/issues/1083) +updates: + - package-ecosystem: github-actions + directory: '/' + schedule: + interval: daily + # npm packages for docs + - package-ecosystem: 'npm' + directory: '/docs' + schedule: + interval: 'daily' From ddad005a4b468f0754b81ef93607392853026026 Mon Sep 17 00:00:00 2001 From: Gustavo Gonzalez Date: Wed, 14 Aug 2024 08:59:30 -0400 Subject: [PATCH 2/2] Update .github/dependabot.yml Co-authored-by: immrsd <103599616+immrsd@users.noreply.github.com> --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index be6a12954..42968aead 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,7 @@ version: 2 # Allow Dependabot to open PRs for security issues and general version updates. -# It checks github actions and npm packages(for docs). -# Unfortunately this is not yet possible for Scarb packages(https://github.com/software-mansion/scarb/issues/1083) +# It checks github actions and npm packages (for docs). +# Unfortunately, this is not yet possible for Scarb packages (https://github.com/software-mansion/scarb/issues/1083) updates: - package-ecosystem: github-actions directory: '/'