Skip to content

Commit 66c91eb

Browse files
tmr08cclaude
andcommitted
chore: update dependabot config for Hugo and remove legacy files
- Update dependabot.yml to track hugo-site directory instead of gatsby-site - Change target branch from develop to main - Remove .ruby-gemset file leftover from Jekyll era 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e5633a9 commit 66c91eb

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.claude/settings.local.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
"WebFetch(domain:github.com)",
1212
"Bash(find:*)",
1313
"WebFetch(domain:gohugo.io)",
14-
"Bash(ls:*)"
14+
"Bash(ls:*)",
15+
"Bash(git add:*)",
16+
"Bash(git commit:*)"
1517
],
1618
"deny": []
1719
}

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
version: 2
77
updates:
88
- package-ecosystem: "npm" # See documentation for possible values
9-
directory: "/gatsby-site" # Location of package manifests
10-
target-branch: "develop"
9+
directory: "/hugo-site" # Location of package manifests
10+
target-branch: "main"
1111
schedule:
1212
interval: "weekly"
1313
day: "friday"

.ruby-gemset

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)