Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
2c479a6
Create dependabot.yml
FrankBurmo Feb 25, 2025
79d7ed9
Bump eslint from 8.57.1 to 9.21.0
dependabot[bot] Feb 25, 2025
5ebf4a9
Merge pull request #2 from FrankBurmo/dependabot/npm_and_yarn/eslint-…
FrankBurmo Feb 25, 2025
1414296
Bump eslint-plugin-html from 7.1.0 to 8.1.2
dependabot[bot] Feb 25, 2025
8eff6e9
Merge pull request #1 from FrankBurmo/dependabot/npm_and_yarn/eslint-…
FrankBurmo Feb 25, 2025
f86756a
Bump eslint from 9.21.0 to 9.23.0
dependabot[bot] Mar 31, 2025
18448b5
Merge pull request #4 from FrankBurmo/dependabot/npm_and_yarn/eslint-…
FrankBurmo Mar 31, 2025
c00a4c1
Bump eslint from 9.23.0 to 9.25.0
dependabot[bot] Apr 21, 2025
1638246
Merge pull request #7 from FrankBurmo/dependabot/npm_and_yarn/eslint-…
FrankBurmo Apr 21, 2025
57b9ec1
Bump browser-sync from 3.0.3 to 3.0.4
dependabot[bot] Apr 21, 2025
5cf7585
Bump eslint-plugin-html from 8.1.2 to 8.1.3
dependabot[bot] May 19, 2025
db05cfb
Merge pull request #5 from FrankBurmo/dependabot/npm_and_yarn/browser…
FrankBurmo Jul 15, 2025
7b0d588
Merge pull request #10 from FrankBurmo/dependabot/npm_and_yarn/eslint…
FrankBurmo Jul 15, 2025
0381339
Bump eslint from 9.25.0 to 9.32.0
dependabot[bot] Aug 4, 2025
a3f8910
Merge pull request #17 from FrankBurmo/dependabot/npm_and_yarn/eslint…
FrankBurmo Aug 5, 2025
359a225
Update .github/dependabot.yml
FrankBurmo Aug 5, 2025
e459c2f
Bump eslint from 9.32.0 to 9.34.0
dependabot[bot] Aug 26, 2025
4475213
Merge pull request #19 from FrankBurmo/dependabot/npm_and_yarn/eslint…
FrankBurmo Sep 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Dependabot configuration for this project:
# - Weekly updates are scheduled to balance timely security/bug fixes with minimal disruption to development.
# - All npm dependencies in the root directory are monitored.
# - Please coordinate major dependency upgrades with the team to ensure compatibility and stability.

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"doc": "docs"
},
"devDependencies": {
"browser-sync": "^3.0.2",
"eslint": "^8.52.0",
"eslint-plugin-html": "^7.1.0",
"browser-sync": "^3.0.4",
"eslint": "^9.34.0",
"eslint-plugin-html": "^8.1.3",
"socket.io": "^4.7.2"
},
"scripts": {
Expand Down
Loading