Skip to content

Commit

Permalink
ignore some update in npm
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm committed May 24, 2024
1 parent 52f3e8b commit 97d4b07
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
interval: "weekly"
ignore:
# Ignore updates to packages that start with 'aws'
# Wildcards match zero or more arbitrary characters
- dependency-name: "@asciidoctor/core"
- dependency-name: "asciidoctor"
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
interval: "weekly"

0 comments on commit 97d4b07

Please sign in to comment.