Skip to content

Commit 9ef07bd

Browse files
committed
chore: Updated comments
1 parent c34abfb commit 9ef07bd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Optimized for static site operations - balancing security with maintenance effort
33
#
44
# Configuration principles:
5-
# - Monthly updates to keep dependencies reasonably current while reducing update noise
5+
# - Monthly scheduled updates to balance dependency freshness with maintenance effort
66
# - increase-if-necessary versioning for npm to minimize breaking changes
77
# - Grouped updates per ecosystem per intentional for easier review
88

@@ -12,7 +12,7 @@ updates:
1212
- package-ecosystem: "github-actions"
1313
directory: "/.github/workflows"
1414
schedule:
15-
# Monthly updates to balance reduced PR noise with reasonably current dependencies
15+
# Monthly scheduled updates to balance freshness with maintenance effort; security updates can still be raised separately
1616
interval: "monthly"
1717
commit-message:
1818
prefix: "chore(deps)"
@@ -33,7 +33,7 @@ updates:
3333
- package-ecosystem: "npm"
3434
directory: "/"
3535
schedule:
36-
# Monthly updates to balance reduced PR noise with reasonably current dependencies
36+
# Monthly scheduled updates to balance freshness with maintenance effort; security updates can still be raised separately
3737
interval: "monthly"
3838
commit-message:
3939
prefix: "chore(deps)"

0 commit comments

Comments
 (0)