Skip to content

Commit

Permalink
🔄 synced local '.github/' with remote 'projects/go-terraform-provider…
Browse files Browse the repository at this point in the history
…/.github'
  • Loading branch information
labd-project-manager[bot] authored May 10, 2024
1 parent c249480 commit 6f7a8da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@

version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
day: friday
day: tuesday
commit-message:
prefix: "chore(deps)"
groups:
Expand All @@ -17,7 +16,7 @@ updates:
directory: "/"
schedule:
interval: "weekly"
day: friday
day: tuesday
commit-message:
prefix: "chore(deps)"
groups:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-changie.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Dependabot add changie file
on:
pull_request:
types: [opened]
types: [opened, edited]

permissions:
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/triage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
private-key: ${{ secrets.RD_APP_PRIVATE_KEY }}
installation-id: ${{ secrets.RD_APP_INSTALLATION_ID }}
- name: set to project board
uses: actions/add-to-project@v1.0.1
uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/labd/projects/3
github-token: ${{ steps.get-app-token.outputs.app-token }}

0 comments on commit 6f7a8da

Please sign in to comment.