Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.
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
20 changes: 8 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,19 @@ version: 2
updates:
- package-ecosystem: github-actions
directory: /
labels:
- dependencies
assignees:
- Katsute
labels: [dependencies]
assignees: [Katsute]
schedule:
interval: daily
time: '07:00'
time: "07:00"
timezone: US/Eastern
open-pull-requests-limit: 99
open-pull-requests-limit: 10
- package-ecosystem: maven
directory: /
labels:
- dependencies
assignees:
- Katsute
labels: [dependencies]
assignees: [Katsute]
schedule:
interval: daily
time: '07:00'
time: "07:00"
timezone: US/Eastern
open-pull-requests-limit: 99
open-pull-requests-limit: 10
5 changes: 1 addition & 4 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,13 @@ changelog:
labels:
- bug
- critical bug
- critical issue
- title: 📄 Documentation
labels:
- documentation
- title: 🔧 Optimizations
labels:
- optimization
- title: 🧰 Internal
labels:
- internal
- refactor
- title: 📘 Dependencies
labels:
- dependencies
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ ThrottledHandler throttled = new ThrottledHandler(new ServerExchangeThrottler(),

<!-- Copilot -->
<table>
<img alt="GitHub Copilot" align="left" src="https://raw.githubusercontent.com/KatsuteDev/.github/main/profile/copilot-dark.png#gh-dark-mode-only" width="50">
<img alt="GitHub Copilot" align="left" src="https://raw.githubusercontent.com/KatsuteDev/.github/main/profile/copilot-light.png#gh-light-mode-only" width="50">
<img alt="GitHub Copilot" align="left" src="https://raw.githubusercontent.com/Katsute/Repository-Manager/main/assets/copilot-dark.png#gh-dark-mode-only" width="50">
<img alt="GitHub Copilot" align="left" src="https://raw.githubusercontent.com/Katsute/Repository-Manager/main/assets/copilot-light.png#gh-light-mode-only" width="50">
<p>GitHub Copilot is <b>strictly prohibited</b> on this repository.<br>Pulls using this will be rejected.</p>
</table>
<!-- Copilot -->
Expand Down