Skip to content

Commit c6580a8

Browse files
authored
Increase GH Action dependabot to only update typos on minor/major and not on patch level (#602)
1 parent 571b909 commit c6580a8

5 files changed

Lines changed: 7 additions & 55 deletions

File tree

.JuliaFormatter.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
ignore:
13+
- dependency-name: "crate-ci/typos"
14+
update-types:
15+
- "version-update:semver-patch"
1216
- package-ecosystem: "julia"
1317
directories: # Location of Julia projects
1418
- "/"
@@ -21,4 +25,4 @@ updates:
2125
# Group all Julia package updates into a single PR:
2226
all-julia-packages:
2327
patterns:
24-
- "*"
28+
- "*"

.github/workflows/spell_check.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@v6
1212
- name: Check spelling
13-
uses: crate-ci/typos@v1.45.1
13+
uses: crate-ci/typos@v1.46.0

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ docs/src/changelog.md
2424
docs/styles/Google
2525
tutorials/LocalPreferences.toml
2626
temp
27+
docs/node_modules

.vale.ini

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)