Skip to content

Commit

Permalink
Update repository files (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mashiro authored Mar 11, 2023
1 parent e200cb7 commit d978017
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 18 deletions.
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 @@ -109,8 +109,8 @@ Video[] PV = anime.getVideos();

<!-- 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

0 comments on commit d978017

Please sign in to comment.