Skip to content

Commit b64bb35

Browse files
committed
Apply Dependabot update groups. Extend README.
1 parent f9135fe commit b64bb35

File tree

3 files changed

+45
-3
lines changed

3 files changed

+45
-3
lines changed

.github/dependabot.yml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,34 @@ updates:
66
directory: "/ui"
77
schedule:
88
interval: "monthly"
9+
groups:
10+
angular:
11+
patterns:
12+
- '@angular/*'
13+
style:
14+
patterns:
15+
- '@tailwindcss/*'
16+
- 'tailwindcss-primeui'
17+
- '@primeuix/*'
18+
- 'primeng'
19+
- 'postcss'
920

1021
# Enable version updates for Nuget
1122
- package-ecosystem: "nuget"
1223
directory: "/api"
1324
schedule:
1425
interval: "monthly"
26+
groups:
27+
dotnet:
28+
patterns:
29+
- '*'
1530

1631
# Enable version updates for GitHub Actions
1732
- package-ecosystem: "github-actions"
1833
directory: "/"
1934
schedule:
20-
interval: "monthly"
35+
interval: "monthly"
36+
groups:
37+
actions:
38+
patterns:
39+
- '*'

HomeLibrary.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ EndProject
77
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9F559AD9-C03E-4594-B963-A67F144CA444}"
88
ProjectSection(SolutionItems) = preProject
99
books.json = api/books.json
10+
README.md = README.md
1011
EndProjectSection
1112
EndProject
1213
Global

README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1-
# HomeLibrary.Web
1+
# Home Library
22

3-
Home Library project
3+
Home Library project. This is a simple, static website that lists our books.
4+
5+
### Visiting
6+
7+
The site is accessible at https://thankful-ground-0bfa2ce03.3.azurestaticapps.net/
8+
9+
### Technologies
10+
11+
#### UI
12+
13+
Angular, PrimeNg, Tailwind
14+
15+
#### API
16+
17+
.Net 8, Azure Function
18+
19+
### Hosting
20+
21+
Both the `ui` and `api` applications are built and deployed to an Azure Static Web App.
22+
23+
### Environments & Deployment
24+
25+
There is a single hosting environment. Deployments can be triggered manually for any branch, and they are triggered automatically for any merges into `master`.

0 commit comments

Comments
 (0)