We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31422f1 + 82c531f commit a20048dCopy full SHA for a20048d
.github/dependabot.yml
@@ -4,4 +4,9 @@ updates:
4
- package-ecosystem: "github-actions"
5
directory: "/" # Location of package manifests
6
schedule:
7
- interval: "weekly"
+ 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
@@ -10,4 +10,4 @@ jobs:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling
13
- uses: crate-ci/typos@v1.16.23
+ uses: crate-ci/typos@v1.16.20
0 commit comments