Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Update dependencies packages by renovate (2022-07-21) (#879)
Browse files Browse the repository at this point in the history
* chore: Update dependencies packages by renovate

* fix(deps): update dependency net.dv8tion:jda to v5.0.0-alpha.16 (#873)

* chore(deps): update jetbrains/qodana-action action to v2022 (#878)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency net.dv8tion:jda to v5.0.0-alpha.16

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency com.jaoafa:jaosuperachievement2 to v2.5.25 (#870)

* chore(deps): update jetbrains/qodana-action action to v2022 (#878)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update renovate-pr-dev.yml

* Create only-change-base.yml

* fix(deps): update dependency com.jaoafa:jaosuperachievement2 to v2.5.25

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tomachi <[email protected]>

* fix: Trailing spaces (#880)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tomachi <[email protected]>
Co-authored-by: Tomachi [ICHIGO] <[email protected]>
  • Loading branch information
4 people authored Jul 22, 2022
1 parent a368f77 commit c4f31cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/only-change-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
git config --global user.name "jaotan"
git config --global user.email "[email protected]"
- name: List pull requests
run: |
gh pr list --app renovate -B master -s open --json url | jq -r ".[].url" > ../pr_urls.txt
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.0.0-alpha.12</version>
<version>5.0.0-alpha.16</version>
<exclusions>
<exclusion>
<groupId>club.minnced</groupId>
Expand All @@ -204,7 +204,7 @@
<dependency>
<groupId>com.jaoafa</groupId>
<artifactId>jaosuperachievement2</artifactId>
<version>2.5.24</version>
<version>2.5.25</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit c4f31cd

Please sign in to comment.