Skip to content

Commit

Permalink
adjust autovendor for renovate (#209)
Browse files Browse the repository at this point in the history
* adjust for dependabot
* enhance draft release notes
* remove duplicated semgrep
  • Loading branch information
statik authored Dec 8, 2021
1 parent ec7ed61 commit dde27db
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 18 deletions.
6 changes: 6 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ template: |
## Changes
$CHANGES
**Full Changelog**: https://github.com/kindlyops/deleterious/compare/$PREVIOUS_TAG...$RESOLVED_VERSION
## Contributors
$CONTRIBUTORS
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: bazel run :install
- name: Sync Dependencies
run: bazel run //:vendor
if: github.actor == 'dependabot-preview[bot]'
if: (github.actor == 'dependabot-preview[bot]') || (github.actor == 'renovate[bot]')
- name: Test
run: bazel test //...
- name: autocommit
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/semgrep-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
- uses: returntocorp/semgrep-action@fcd5ab7459e8d91cb1777481980d1b18b4fc6735
with:
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}
publishDeployment: ${{ secrets.SEMGREP_DEPLOYMENT_ID }}
generateSarif: "1"

# Upload SARIF file generated in previous step
Expand Down
16 changes: 0 additions & 16 deletions .github/workflows/semgrep.yml

This file was deleted.

0 comments on commit dde27db

Please sign in to comment.