diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8e23bdd..d78f933 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" - target-branch: "develop" + target-branch: "main" allow: - dependency-type: direct schedule: @@ -18,7 +18,7 @@ updates: # Maintain dependencies for npm - package-ecosystem: "npm" directory: "/" - target-branch: "develop" + target-branch: "main" allow: - dependency-type: direct schedule: @@ -31,17 +31,11 @@ updates: labels: - "dependencies" - "javascript" - registries: - npm-github: - type: npm-registry - url: https://npm.pkg.github.com - token: ${{ secrets.NEWFOLD_ACCESS_TOKEN }} - replaces-base: true # Maintain dependencies for Composer - package-ecosystem: "composer" directory: "/" - target-branch: "develop" + target-branch: "main" schedule: interval: "daily" allow: diff --git a/.github/workflows/satis-update.yml b/.github/workflows/satis-update.yml index ce8b01c..caddf01 100644 --- a/.github/workflows/satis-update.yml +++ b/.github/workflows/satis-update.yml @@ -20,7 +20,7 @@ jobs: run: echo ::set-output name=VERSION::${GITHUB_REF##*/} - name: Repository Dispatch - uses: peter-evans/repository-dispatch@v1 + uses: peter-evans/repository-dispatch@v3 with: token: ${{ secrets.WEBHOOK_TOKEN }} repository: newfold-labs/satis