Skip to content

Commit

Permalink
Merge branch 'main' of github.com:11ty/eleventy
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Aug 8, 2024
2 parents 9bb85f8 + e8e6944 commit 02cea6c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
]
},
"devDependencies": {
"@11ty/eleventy-img": "5.0.0-beta.8",
"@11ty/eleventy-img": "5.0.0-beta.10",
"@11ty/eleventy-plugin-rss": "^2.0.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@eslint/eslintrc": "^3.1.0",
Expand Down

0 comments on commit 02cea6c

Please sign in to comment.