You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: minor github actions cleanup/improvements (#416)
* fix: run actions on workflow changes
* fix: don't try to push readme changes, fail if there are any
Regenerating readme causing changes is checked by pre-commit hook.
* fix: weekly dependabot for helm
Copy file name to clipboardExpand all lines: .github/dependabot.yml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,3 +4,8 @@ updates:
4
4
directory: ".github"
5
5
schedule:
6
6
interval: "weekly"
7
+
- package-ecosystem: "helm"
8
+
directory: "charts"
9
+
schedule:
10
+
interval: "weekly"
11
+
# info: for anyone looking to use dependabot to update pre-commit hooks: https://github.com/dependabot/dependabot-core/issues/1524#issuecomment-2708625358
0 commit comments