Skip to content

Commit 1d8a9c2

Browse files
authored
Boilerplate repository configuration (#1)
* Remove boilerplate notice from LICENSE file * Update README.md to enhance project description and formatting * Add CODEOWNERS file to define repository ownership * Add dependabot configuration for automated dependency updates
1 parent 48c7ec7 commit 1d8a9c2

4 files changed

Lines changed: 31 additions & 14 deletions

File tree

.github/CODEOWNERS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Each line is a file pattern followed by one or more owners.
2+
# Order is important as the last matching pair takes precedence.
3+
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
4+
5+
# Default
6+
* @rdhar

.github/dependabot.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
version: 2
3+
4+
updates:
5+
- package-ecosystem: github-actions
6+
directory: /
7+
schedule:
8+
interval: daily
9+
groups:
10+
cicd:
11+
patterns:
12+
- "*"
13+
14+
- package-ecosystem: bun
15+
directory: /
16+
schedule:
17+
interval: daily
18+
groups:
19+
bun:
20+
patterns:
21+
- "*"

LICENSE

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -175,18 +175,7 @@
175175

176176
END OF TERMS AND CONDITIONS
177177

178-
APPENDIX: How to apply the Apache License to your work.
179-
180-
To apply the Apache License to your work, attach the following
181-
boilerplate notice, with the fields enclosed by brackets "[]"
182-
replaced with your own identifying information. (Don't include
183-
the brackets!) The text should be enclosed in the appropriate
184-
comment syntax for the file format. We also recommend that a
185-
file or class name and description of purpose be included on the
186-
same "printed page" as the copyright notice for easier
187-
identification within third-party archives.
188-
189-
Copyright [yyyy] [name of copyright owner]
178+
Copyright 2016-present Rishav Dhar
190179

191180
Licensed under the Apache License, Version 2.0 (the "License");
192181
you may not use this file except in compliance with the License.

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
# HotFix.Day
2-
Things break in production; we write about why. Incident analysis, infrastructure automation, CI/CD, observability, and open-source SRE tooling.
1+
# HotFix.Day — Fixes, Failures & the Future of DevOps
2+
3+
> Things break in production; we write about why. Incident analysis, infrastructure automation, CI/CD, observability, and open-source SRE tooling.

0 commit comments

Comments
 (0)