Skip to content

Commit 83c1fc5

Browse files
committed
build: update project configuration
1 parent cb8ec76 commit 83c1fc5

File tree

15 files changed

+124
-418
lines changed

15 files changed

+124
-418
lines changed

.ci/maven-settings.xml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.ci/maven-toolchains.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.gitattributes

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings#example
1+
# https://docs.github.com/en/get-started/git-basics/configuring-git-to-handle-line-endings#example
22
# inspired by
33
# - https://github.com/alexkaratarakis/gitattributes/blob/master/Java.gitattributes
44
# - https://github.com/alexkaratarakis/gitattributes/blob/master/Common.gitattributes
@@ -55,8 +55,6 @@
5555

5656

5757
# Scripts
58-
Dockerfile text eol=lf
59-
*.Dockerfile text eol=lf
6058
*.bat text eol=crlf
6159
*.cmd text eol=crlf
6260
*.ps1 text eol=crlf
@@ -71,6 +69,9 @@ Dockerfile text eol=lf
7169
*.py text
7270
*.python text
7371
*.sql text
72+
mvnw text eol=lf
73+
**/Dockerfile text eol=lf
74+
**/*.Dockerfile text eol=lf
7475

7576

7677
# Archives

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
1+
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference
22
version: 2
33
updates:
44
- package-ecosystem: github-actions
@@ -12,9 +12,9 @@ updates:
1212
prefix-development: ci
1313
include: scope
1414
labels:
15-
- pinned
1615
- dependencies
1716
- gha
17+
- pinned
1818

1919
- package-ecosystem: maven
2020
directory: /
@@ -27,8 +27,8 @@ updates:
2727
prefix-development: build
2828
include: scope
2929
labels:
30-
- pinned
3130
- dependencies
3231
- mvn
32+
- pinned
3333
ignore:
3434
- dependency-name: "com.vegardit.maven.no-npe:*"

0 commit comments

Comments
 (0)