chore: update dependabot configuration and improve documentation links

This commit is contained in:
Nick Alteen
2025-07-11 13:21:59 -04:00
parent cbfe00a6c5
commit 4a1b7ef82a
4 changed files with 10 additions and 8 deletions

View File

@@ -14,10 +14,6 @@ updates:
directory: /
schedule:
interval: weekly
ignore:
- dependency-name: '@types/node'
update-types:
- 'version-update:semver-major'
groups:
npm-development:
dependency-type: development

View File

@@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
language:
- TypeScript
- javascript
steps:
- name: Checkout
@@ -36,6 +36,7 @@ jobs:
id: initialize
uses: github/codeql-action/init@v3
with:
config-file: .github/codeql/codeql-config.yml
languages: ${{ matrix.language }}
source-root: src

View File

@@ -1,3 +1,8 @@
# This workflow will lint the entire codebase using the
# `super-linter/super-linter` action.
#
# For more information, see the super-linter repository:
# https://github.com/super-linter/super-linter
name: Lint Codebase
on: