Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit c9f5749

Browse files
author
Mashiro
authored
Update repository files (#27)
1 parent 1e38c13 commit c9f5749

File tree

3 files changed

+11
-18
lines changed

3 files changed

+11
-18
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,19 @@ version: 2
22
updates:
33
- package-ecosystem: github-actions
44
directory: /
5-
labels:
6-
- dependencies
7-
assignees:
8-
- Katsute
5+
labels: [dependencies]
6+
assignees: [Katsute]
97
schedule:
108
interval: daily
11-
time: '07:00'
9+
time: "07:00"
1210
timezone: US/Eastern
13-
open-pull-requests-limit: 99
11+
open-pull-requests-limit: 10
1412
- package-ecosystem: maven
1513
directory: /
16-
labels:
17-
- dependencies
18-
assignees:
19-
- Katsute
14+
labels: [dependencies]
15+
assignees: [Katsute]
2016
schedule:
2117
interval: daily
22-
time: '07:00'
18+
time: "07:00"
2319
timezone: US/Eastern
24-
open-pull-requests-limit: 99
20+
open-pull-requests-limit: 10

.github/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,13 @@ changelog:
2222
labels:
2323
- bug
2424
- critical bug
25+
- critical issue
2526
- title: 📄 Documentation
2627
labels:
2728
- documentation
2829
- title: 🔧 Optimizations
2930
labels:
3031
- optimization
31-
- title: 🧰 Internal
32-
labels:
33-
- internal
34-
- refactor
3532
- title: 📘 Dependencies
3633
labels:
3734
- dependencies

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ ThrottledHandler throttled = new ThrottledHandler(new ServerExchangeThrottler(),
111111

112112
<!-- Copilot -->
113113
<table>
114-
<img alt="GitHub Copilot" align="left" src="https://raw.githubusercontent.com/KatsuteDev/.github/main/profile/copilot-dark.png#gh-dark-mode-only" width="50">
115-
<img alt="GitHub Copilot" align="left" src="https://raw.githubusercontent.com/KatsuteDev/.github/main/profile/copilot-light.png#gh-light-mode-only" width="50">
114+
<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">
115+
<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">
116116
<p>GitHub Copilot is <b>strictly prohibited</b> on this repository.<br>Pulls using this will be rejected.</p>
117117
</table>
118118
<!-- Copilot -->

0 commit comments

Comments
 (0)