mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-03 19:40:03 +00:00
Update to ignore a version of eleventy-plugin-rss that is too new. (#273)
From: https://www.11ty.dev/docs/plugins/rss/#installation v2 of this this plugin requires Eleventy v3.0 or newer. v1 of this plugin is compatible with Eleventy 0.11 or newer. This change tells dependabot not to go over v1.2.0
This commit is contained in:
parent
693a35f864
commit
855a3861df
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
@ -12,4 +12,7 @@ updates:
|
||||
ignore:
|
||||
- dependency-name: "@sindresorhus/slugify"
|
||||
# For slugify, ignore all updates.
|
||||
|
||||
- dependency-name: "@11ty/eleventy-plugin-rss"
|
||||
versions [ "^1.2.0" ]
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user