diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..2c48305 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + groups: + github-actions: + patterns: ["*"] + schedule: + interval: "weekly" + cooldown: + default-days: 7 diff --git a/.github/workflows/autorun-npm-audit-fix.yml b/.github/workflows/autorun-npm-audit-fix.yml index b65985b..021fe3d 100644 --- a/.github/workflows/autorun-npm-audit-fix.yml +++ b/.github/workflows/autorun-npm-audit-fix.yml @@ -15,9 +15,9 @@ jobs: working-directory: ./ steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: Set up node - uses: actions/setup-node@v6 + uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 with: node-version: 'lts/*' - name: Get whether autorun-npm-audit-fix branch exists