Skip to content

Commit 78d6ce4

Browse files
authored
Merge pull request #300 from htmlhint/dev/coliff/config-updates
Update workflows, Dependabot, and package metadata
2 parents 2de69f6 + a269045 commit 78d6ce4

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: github-actions
44
directory: "/"
55
schedule:
6-
interval: weekly
6+
interval: monthly
77
labels:
88
- github-actions
99

@@ -12,18 +12,18 @@ updates:
1212
schedule:
1313
interval: weekly
1414
versioning-strategy: increase
15-
open-pull-requests-limit: 2
15+
open-pull-requests-limit: 1
1616

1717
- package-ecosystem: npm
1818
directory: "/htmlhint"
1919
schedule:
2020
interval: weekly
2121
versioning-strategy: increase
22-
open-pull-requests-limit: 2
22+
open-pull-requests-limit: 1
2323

2424
- package-ecosystem: npm
2525
directory: "/htmlhint-server"
2626
schedule:
2727
interval: weekly
2828
versioning-strategy: increase
29-
open-pull-requests-limit: 2
29+
open-pull-requests-limit: 1

.github/workflows/super-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
persist-credentials: false
2626

2727
- name: Lint Code Base
28-
uses: super-linter/super-linter/slim@v8
28+
uses: super-linter/super-linter/slim@ffde3b2b33b745cb612d787f669ef9442b1339a6 # v8.1.0
2929
env:
3030
DEFAULT_BRANCH: main
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.npmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
lockfileVersion = "3"
21
registry = 'https://registry.npmjs.org/'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/htmlhint/vscode-htmlhint.git"
12+
"url": "https://github.com/htmlhint/vscode-htmlhint.git"
1313
},
1414
"funding": "https://opencollective.com/htmlhint",
1515
"license": "MIT",

0 commit comments

Comments
 (0)