Skip to content

Commit a20048d

Browse files
Merge pull request #80 from ArnoStrouwen/dependabot_experiment2
test dependabot ignore patch typos
2 parents 31422f1 + 82c531f commit a20048d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@ updates:
44
- package-ecosystem: "github-actions"
55
directory: "/" # Location of package manifests
66
schedule:
7-
interval: "weekly"
7+
interval: "daily"
8+
time: "06:00"
9+
timezone: "Europe/Brussels"
10+
ignore:
11+
- dependency-name: "crate-ci/typos"
12+
update-types: ["version-update:semver-patch"]

.github/workflows/SpellCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
- name: Checkout Actions Repository
1111
uses: actions/checkout@v4
1212
- name: Check spelling
13-
uses: crate-ci/typos@v1.16.23
13+
uses: crate-ci/typos@v1.16.20

0 commit comments

Comments
 (0)