Compare commits

..

3 Commits

Author SHA1 Message Date
1ccd837111
.gitattributes: decrease repeating 2023-10-15 20:28:48 +03:00
be58a47e32
.github/dependabot.yml: attempt to add submodules 2023-10-15 20:25:37 +03:00
c1bf84eaa1
.gitattributes: the diff hunks and an experiment on linguist-detectable
Maybe I don't actually need to keep repeating eol=lf?
2023-10-15 15:02:12 +03:00
2 changed files with 16 additions and 0 deletions

6
.gitattributes vendored
View File

@ -5,6 +5,12 @@
# Line normalisation, GitHub language detection
* text=auto eol=lf linguist-detectable
# Built-in diff patterns (disabled by default).
*.css diff=css
*.html diff=html
*.php diff=php
*.{md,markdown} diff=markdown
# These don't feel like mine
.github/** text=auto -linguist-detectable
css/** text=auto -linguist-detectable

View File

@ -19,3 +19,13 @@ updates:
github-actions:
patterns:
- "*"
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "daily"
timezone: "Europe/Helsinki"
groups:
github-actions:
patterns:
- "*"