diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ec85aec..82dc07f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,9 +4,9 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: weekly + interval: monthly - package-ecosystem: swift directory: / schedule: - interval: weekly + interval: monthly diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 568fe42..68fd25d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + env: + token: ${{ secrets.GH_PERSONAL_TOKEN }} - name: Trunk Check uses: trunk-io/trunk-action@v1