Skip to content

Commit

Permalink
Remove dependabot gradle wrapper (#5746)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg authored Aug 21, 2023
1 parent 91713f4 commit 6a572bb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 104 deletions.
29 changes: 0 additions & 29 deletions .github/dependabot.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/repository-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@ Same settings as above for `main`, except:

(So that opentelemetrybot can create release branches)

### `dependabot/**/**`, `renovate/**/**`, `opentelemetrybot/*`, and `gradlew-update-*`
### `renovate/**/**`, and `opentelemetrybot/*`

* Require status checks to pass before merging: UNCHECKED

(So that dependabot PRs can be rebased)
(So that renovate PRs can be rebased)

* Restrict who can push to matching branches: UNCHECKED

(So that bots can create PR branches in this repository)

* Allow force pushes > Everyone

(So that dependabot PRs can be rebased)
(So that renovate PRs can be rebased)

* Allow deletions: CHECKED

Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/draft-change-log-entries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ echo

git log --reverse \
--perl-regexp \
--author='^(?!dependabot\[bot\] )' \
--author='^(?!renovate\[bot\] )' \
--pretty=format:"* %s" \
"$range" \
| sed -E 's,\(#([0-9]+)\)$,\n ([#\1](https://github.com/open-telemetry/opentelemetry-java/pull/\1)),'
2 changes: 1 addition & 1 deletion .github/scripts/generate-release-contributors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ echo $contributors1 $contributors2 \
| sort -uf \
| grep -v linux-foundation-easycla \
| grep -v github-actions \
| grep -v dependabot \
| grep -v renovate \
| grep -v codecov \
| grep -v opentelemetrybot \
| sed 's/^/@/'
4 changes: 2 additions & 2 deletions .github/workflows/owasp-dependency-check-daily.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# the benefit of this over dependabot is that this also analyzes transitive dependencies
# while dependabot (at least currently) only analyzes top-level dependencies
# the benefit of this over renovate is that this also analyzes transitive dependencies
# while renovate (at least currently) only analyzes top-level dependencies
name: OWASP dependency check (daily)

on:
Expand Down
34 changes: 0 additions & 34 deletions .github/workflows/reusable-workflow-notification.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/update-gradle-wrappers-daily.yml

This file was deleted.

0 comments on commit 6a572bb

Please sign in to comment.