Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2


updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
time: "23:00"
timezone: America/New_York
open-pull-requests-limit: 10

- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "daily"
time: "23:00"
timezone: America/New_York
open-pull-requests-limit: 10
24 changes: 0 additions & 24 deletions .github/renovate.json

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

runs-on: ubuntu-24.04

if: github.actor != 'renovate[bot]'
if: github.actor != 'dependabot[bot]'

steps:
# https://github.com/kentaro-m/auto-assign-action
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ Thanks to @dennishzg for creating the resource pack!

### Main menu

![Main menu](.github/readme-assets/preview-bg_main.png)
![Main menu](.github/ASSETS/preview-bg_main.png)

### Buy menu (keys, cosmetics etc.)

![Buy menu](.github/readme-assets/preview-bg_buy.png)
![Buy menu](.github/ASSETS/preview-bg_buy.png)

## 🛠️ How to use

Expand Down Expand Up @@ -114,4 +114,4 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
[discord-invite]: https://discord.gg/PgSXZT37JV
[spigotmc-link]: https://www.spigotmc.org/resources/117279
[github-releases-link]: https://github.com/UltraCosmetics/UltraCosmetics-gui-addon/releases
[p-key]: .github/readme-assets/preview-key.png
[p-key]: .github/ASSETS/preview-key.png
Loading