summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorseth <[email protected]>2024-02-13 01:36:30 -0500
committerseth <[email protected]>2024-02-13 01:36:30 -0500
commita48c12b23ee697f86f951c930f78b2c6647b9c7a (patch)
tree970468a8ad0f8b4243258f9a837c8ad077b4be08 /.github
parent6a1395c129fdb01a93f737b15b9bc51565eea6bd (diff)
nix: use treefmt wrapper in pre-commit
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml24
1 files changed, 12 insertions, 12 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index d9f9b6e..ae20cd0 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,15 +1,15 @@
version: 2
updates:
- - package-ecosystem: "github-actions"
- directory: "/"
- schedule:
- interval: "weekly"
- commit-message:
- prefix: "deps(actions)"
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+ commit-message:
+ prefix: "deps(actions)"
- - package-ecosystem: "npm"
- directory: "/"
- schedule:
- interval: "weekly"
- commit-message:
- prefix: "deps(node)"
+ - package-ecosystem: "npm"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+ commit-message:
+ prefix: "deps(node)"