mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-21 04:17:26 +02:00
Compare commits
3 Commits
bf0d36ca60
...
1ccd837111
Author | SHA1 | Date | |
---|---|---|---|
1ccd837111 | |||
be58a47e32 | |||
c1bf84eaa1 |
6
.gitattributes
vendored
6
.gitattributes
vendored
@ -5,6 +5,12 @@
|
|||||||
# Line normalisation, GitHub language detection
|
# Line normalisation, GitHub language detection
|
||||||
* text=auto eol=lf linguist-detectable
|
* 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
|
# These don't feel like mine
|
||||||
.github/** text=auto -linguist-detectable
|
.github/** text=auto -linguist-detectable
|
||||||
css/** text=auto -linguist-detectable
|
css/** text=auto -linguist-detectable
|
||||||
|
10
.github/dependabot.yml
vendored
10
.github/dependabot.yml
vendored
@ -19,3 +19,13 @@ updates:
|
|||||||
github-actions:
|
github-actions:
|
||||||
patterns:
|
patterns:
|
||||||
- "*"
|
- "*"
|
||||||
|
|
||||||
|
- package-ecosystem: "gitsubmodule"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
timezone: "Europe/Helsinki"
|
||||||
|
groups:
|
||||||
|
github-actions:
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user