Fix format

This commit is contained in:
SujithPS 2023-10-24 20:59:20 +05:30
parent 9de582806f
commit 1bdb878d21
2 changed files with 56 additions and 57 deletions

View File

@ -1,40 +1,40 @@
version: 2 version: 2
updates: updates:
- package-ecosystem: "npm" - package-ecosystem: 'npm'
directory: ".." directory: '..'
schedule: schedule:
interval: "daily" interval: 'daily'
time: "04:30" time: '04:30'
labels: labels:
- "javascript" - 'javascript'
- "dependencies" - 'dependencies'
- "dependabot" - 'dependabot'
commit-message: commit-message:
prefix: "dependa" prefix: 'dependa'
open-pull-requests-limit: 20 open-pull-requests-limit: 20
- package-ecosystem: "github-actions" - package-ecosystem: 'github-actions'
directory: "/" directory: '/'
schedule: schedule:
interval: "weekly" interval: 'weekly'
time: "04:30" time: '04:30'
labels: labels:
- "github-actions" - 'github-actions'
- "dependencies" - 'dependencies'
- "dependabot" - 'dependabot'
commit-message: commit-message:
prefix: "dependa" prefix: 'dependa'
open-pull-requests-limit: 20 open-pull-requests-limit: 20
- package-ecosystem: "docker" - package-ecosystem: 'docker'
directory: "/" directory: '/'
schedule: schedule:
interval: "weekly" interval: 'weekly'
time: "04:30" time: '04:30'
labels: labels:
- "docker" - 'docker'
- "dependencies" - 'dependencies'
- "dependabot" - 'dependabot'
commit-message: commit-message:
prefix: "dependa" prefix: 'dependa'
open-pull-requests-limit: 20 open-pull-requests-limit: 20

View File

@ -9,14 +9,14 @@
# the `language` matrix defined below to confirm you have the correct set of # the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages. # supported CodeQL languages.
# #
name: "CodeQL" name: 'CodeQL'
on: on:
push: push:
branches: [ "main" ] branches: ['main']
pull_request: pull_request:
# The branches below must be a subset of the branches above # The branches below must be a subset of the branches above
branches: [ "main" ] branches: ['main']
schedule: schedule:
- cron: '30 9 * * 1' - cron: '30 9 * * 1'
@ -60,7 +60,6 @@ jobs:
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs # For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality # queries: security-extended,security-and-quality
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift). # Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
# If this step fails, then you should remove it and run the build manually (see below) # If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild - name: Autobuild
@ -79,4 +78,4 @@ jobs:
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2 uses: github/codeql-action/analyze@v2
with: with:
category: "/language:${{matrix.language}}" category: '/language:${{matrix.language}}'