Skip to content

Commit 18d48bb

Browse files
authored
chore: update CODEOWNERS and dependabot.yml (#114)
1 parent c057546 commit 18d48bb

4 files changed

Lines changed: 34 additions & 7 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @folio-org/promin-backend

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
### Purpose
2+
_Describe the purpose of this pull request. Why is this change necessary? What problem does it solve?_
3+
4+
### Approach
5+
_How does this change fulfill the purpose? Provide a high-level overview of the technical approach taken to address the problem._
6+
7+
### Changes Checklist
8+
- [ ] **API Changes**: Document any API paths, methods, request or response bodies changed, added, or removed.
9+
- [ ] **Database Schema Changes**: Indicate any database schema changes and their impact. Confirm that migration scripts were created.
10+
- [ ] **Interface Version Changes**: Indicate any changes to interface versions.
11+
- [ ] **Interface Dependencies**: Document added or removed dependencies.
12+
- [ ] **Permissions**: Document any changes to permissions.
13+
- [ ] **Logging**: Confirm that logging is appropriately handled.
14+
- [ ] **Unit Testing**: Confirm that changed classes were covered by unit tests.
15+
- [ ] **Integration Testing**: Confirm that changed logic was covered by integration tests.
16+
- [ ] **Manual Testing**: Confirm that changes were tested on local or dev environment.
17+
- [ ] **NEWS**: Confirm that the NEWS file is updated with relevant information about the changes made in this pull request.
18+
19+
### Related Issues
20+
_List any Jira issues related to this pull request._
21+
22+
### Learning and Resources (if applicable)
23+
_Discuss any research conducted during the development of this pull request. Include links to relevant blog posts, patterns, libraries, or addons that were used to solve the problem._
24+
25+
### Screenshots (if applicable)
26+
_If this pull request involves any visual changes or new features, consider including screenshots or GIFs to illustrate the changes._

.github/dependabot.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ updates:
33
- package-ecosystem: "maven"
44
directory: "/"
55
schedule:
6-
interval: daily
6+
interval: "weekly"
7+
day: "sunday"
78
commit-message:
89
prefix: fix
9-
prefix-development: chore
1010
include: scope
11-
reviewers:
12-
- "pbobylev"
13-
- "pkjacob"
14-
- "zepheiryan"
11+
groups:
12+
all-deps:
13+
patterns:
14+
- "*"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# mod-linked-data-import
2-
Copyright (C) 2025 The Open Library Foundation
2+
Copyright (C) 2025–2026 The Open Library Foundation
33

44
This software is distributed under the terms of the Apache License, Version 2.0.
55
See the file "[LICENSE](LICENSE)" for more information.

0 commit comments

Comments
 (0)