-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update github actions dependencies and add dependabot co…
…nfig
- Loading branch information
1 parent
cda4dd1
commit dd60cf6
Showing
5 changed files
with
60 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: gomod | ||
directory: / | ||
schedule: | ||
interval: daily | ||
ignore: | ||
- dependency-name: "*" | ||
update-types: | ||
- version-update:semver-minor | ||
- version-update:semver-major | ||
- package-ecosystem: github-actions | ||
directory: / | ||
schedule: | ||
interval: daily |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,18 @@ on: | |
types: | ||
- opened | ||
- edited | ||
- closed | ||
- reopened | ||
pull_request_target: | ||
types: | ||
- opened | ||
- edited | ||
- closed | ||
- reopened | ||
- synchronize | ||
merge_group: | ||
types: | ||
- checks_requested | ||
schedule: | ||
- cron: "0 0 * * *" | ||
|
||
|
@@ -22,9 +27,18 @@ jobs: | |
if: github.repository_owner == 'axiomhq' | ||
steps: | ||
- uses: z0al/dependent-issues@v1 | ||
if: github.actor != 'dependabot[bot]' | ||
env: | ||
GITHUB_TOKEN: ${{ github.token }} | ||
GITHUB_READ_TOKEN: ${{ secrets.AXIOM_AUTOMATION_TOKEN }} | ||
with: | ||
label: dependent | ||
keywords: depends on, blocked by, needs | ||
keywords: depends on, blocked by, needs, requires | ||
- uses: LouisBrunner/[email protected] | ||
if: github.actor == 'dependabot[bot]' | ||
with: | ||
token: ${{ github.token }} | ||
name: Dependent Issues | ||
conclusion: success | ||
output: | | ||
{"summary":"Not checking for dependent issues or PRs on Dependabot PRs."} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters