Skip to content

Commit

Permalink
config: Add versioning-strategy: increase, format
Browse files Browse the repository at this point in the history
As recommended in #1605
  • Loading branch information
fb55 committed Dec 27, 2020
1 parent 05a4757 commit 71d2aaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Expand Up @@ -5,6 +5,7 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
versioning-strategy: increase
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
@@ -1,4 +1,4 @@
name: "CodeQL"
name: 'CodeQL'

on:
push:
Expand All @@ -9,7 +9,7 @@ on:
branches:
- main
schedule:
- cron: "0 0 * * 0"
- cron: '0 0 * * 0'

jobs:
analyze:
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: "javascript"
languages: 'javascript'

- name: Autobuild
uses: github/codeql-action/autobuild@v1
Expand Down

0 comments on commit 71d2aaf

Please sign in to comment.