Skip to content

Commit

Permalink
GHA: enable dependabot GHA updates, narrow CodeQL to just Python
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Dec 2, 2024
1 parent 23e0323 commit 298d83e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ updates:
interval: "daily"
allow:
- dependency-type: "all"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
# Override automatic language detection by changing the below list
# Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python']
language: ['python', 'javascript']
language: ['python']
# Learn more...
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection

Expand Down

0 comments on commit 298d83e

Please sign in to comment.