diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eae79901..05e07a5b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,11 +9,15 @@ updates: github-actions: patterns: - "*" + cooldown: + default-days: 30 - package-ecosystem: "cargo" directory: "/" schedule: interval: "monthly" + cooldown: + default-days: 30 # Security updates only: open-pull-requests-limit: 0 groups: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 64dff5b3..457f9161 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,6 +25,6 @@ jobs: permissions: contents: write steps: - - uses: danielparks/github-actions/create-release@e6897e1bad61baaecaf6683db8a69747ddcf40f1 # v1.0.0 + - uses: danielparks/github-actions/create-release@2f6c98c73f0a8130d737500b59a0fddf749b484d # v1.1.1 with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.pinact.yaml b/.pinact.yaml new file mode 100644 index 00000000..2a2c2d58 --- /dev/null +++ b/.pinact.yaml @@ -0,0 +1,9 @@ +# yaml-language-server: $schema=https://raw.githubusercontent.com/suzuki-shunsuke/pinact/refs/heads/main/json-schema/pinact.json +# pinact - https://github.com/suzuki-shunsuke/pinact +version: 3 +min_age: + value: 30 +rules: + - min_age: 0 + conditions: + - expr: ActionRepoOwner == "danielparks"