From b8bb655fc75fb6f8bff2e5770565a9cda5eb58f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gro=C3=9Fe?= Date: Thu, 27 Jun 2024 15:04:08 +0200 Subject: [PATCH 1/3] Delete .github/workflows/dependency-update.yml --- .github/workflows/dependency-update.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/dependency-update.yml diff --git a/.github/workflows/dependency-update.yml b/.github/workflows/dependency-update.yml deleted file mode 100644 index b6e585a..0000000 --- a/.github/workflows/dependency-update.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Dependency Update - -on: - schedule: - - cron: "0 12 * * 3" # every Wednesday at 12pm UTC - workflow_dispatch: - -env: - NPM_TOKEN: ${{ secrets.STAFFBOT_NPM_READ }} - GITHUB_TOKEN: ${{ secrets.STAFFBOT_GITHUB_TOKEN }} - -jobs: - npm-audit-fix: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - with: - persist-credentials: false - - uses: Staffbase/npm-audit-fix-action@v3.3.0 - with: - github_token: ${{ secrets.STAFFBOT_GITHUB_TOKEN }} - github_user: "Staffbot" - github_email: "staffbot@staffbase.com" - labels: "dependencies, javascript, security, dev" From de62cc72556c084d0e0468c8e80382479bf397f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gro=C3=9Fe?= Date: Mon, 1 Jul 2024 08:55:15 +0200 Subject: [PATCH 2/3] chore: added dependabot yml, renamed readme.md --- .github/dependabot.yml | 16 ++++++++++++++++ README.MD => doc.md | 0 2 files changed, 16 insertions(+) create mode 100644 .github/dependabot.yml rename README.MD => doc.md (100%) diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..c9bfd79 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +registries: + npm-github: + type: npm-registry + url: https://npm.pkg.github.com + token: ${{secrets.STAFFBOT_NPM_READ}} + +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + labels: + - "dependencies" + registries: + - npm-github diff --git a/README.MD b/doc.md similarity index 100% rename from README.MD rename to doc.md From c6b6fe934f5e456e444dac8c24187e8aeb820f54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gro=C3=9Fe?= Date: Mon, 1 Jul 2024 08:55:50 +0200 Subject: [PATCH 3/3] chore: renamed docs.md --- doc.md => README.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename doc.md => README.md (100%) diff --git a/doc.md b/README.md similarity index 100% rename from doc.md rename to README.md