We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e127c8 commit d0b1c5aCopy full SHA for d0b1c5a
.github/CODEOWNERS
@@ -0,0 +1 @@
1
+@UI5/ui5-team-cor-fnd
.github/dependabot.yml
@@ -4,16 +4,16 @@ updates:
4
directory: "/"
5
schedule:
6
interval: "weekly"
7
+ commit-message:
8
+ prefix: "ci(github-actions)"
9
- package-ecosystem: npm
10
11
12
interval: weekly
13
day: sunday
14
time: "10:00"
15
timezone: Etc/UCT
- reviewers:
- - "SAP/ui5-foundation"
16
versioning-strategy: increase
17
commit-message:
18
- prefix: "[DEPENDENCY] "
19
- prefix-development: "[INTERNAL] "
+ prefix: "deps"
+ prefix-development: "build(deps-dev)"
0 commit comments