diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5445625..450791f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,3 +16,5 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index c55eb9d..0fb61fc 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -46,7 +46,7 @@ jobs: node-version-file: .node-version - name: Install Dependencies - run: npm i + run: npm ci --ignore-scripts - name: Run linters run: make lint-prettier diff --git a/.node-version b/.node-version index 0a49261..5bf4400 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -24.11.0 +24.15.0 diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..7417ed6 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +min-release-age=7 \ No newline at end of file