Skip to content

Commit

Permalink
Merge branch 'main' into add/npm-publish-workflow
Browse files Browse the repository at this point in the history
* main:
  GitHub Actions(deps): Bump peter-evans/repository-dispatch from 1 to 3
  remove github registries in dependabot
  set dependabot target to main
  update target in dependabot workflow
  • Loading branch information
circlecube committed Jan 8, 2025
2 parents 303b09e + a062a26 commit f4eea5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -18,7 +18,7 @@ updates:
# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
target-branch: "develop"
target-branch: "main"
allow:
- dependency-type: direct
schedule:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/satis-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4eea5c

Please sign in to comment.