Skip to content

Commit

Permalink
test dependabot ignore patch typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnoStrouwen committed Dec 5, 2023
1 parent c8501b9 commit 31b607a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ updates:
- package-ecosystem: "github-actions"
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "daily"
time: "13:00"
timezone: "Europe/Brussels"
ignore:
- dependency-name: "crate-ci/typos"
update-types: ["version-update:semver-patch"]
2 changes: 1 addition & 1 deletion .github/workflows/SpellCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@v1.16.23
uses: crate-ci/typos@v1.15.10

0 comments on commit 31b607a

Please sign in to comment.