Skip to content

Commit

Permalink
ci: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadnassri committed Aug 9, 2023
1 parent 438ec12 commit 95863e6
Show file tree
Hide file tree
Showing 15 changed files with 302 additions and 280 deletions.
73 changes: 0 additions & 73 deletions .github/CODE_OF_CONDUCT.md

This file was deleted.

76 changes: 0 additions & 76 deletions .github/COMMIT_CONVENTION.md

This file was deleted.

48 changes: 0 additions & 48 deletions .github/CONTRIBUTING.md

This file was deleted.

42 changes: 0 additions & 42 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

41 changes: 0 additions & 41 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

41 changes: 41 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# ----------------------------------------------- #
# Note: this file originates in template-node-lib #
# ----------------------------------------------- #

version: 2
updates:
- package-ecosystem: npm
open-pull-requests-limit: 10
directory: /
commit-message:
prefix: build
prefix-development: chore
include: scope
schedule:
interval: daily
time: "10:00"
timezone: America/Toronto

- package-ecosystem: gitsubmodule
open-pull-requests-limit: 10
directory: /
commit-message:
prefix: build
prefix-development: chore
include: scope
schedule:
interval: daily
time: "10:00"
timezone: America/Toronto

- package-ecosystem: docker
open-pull-requests-limit: 10
directory: /
commit-message:
prefix: build
prefix-development: chore
include: scope
schedule:
interval: daily
time: "10:00"
timezone: America/Toronto
13 changes: 13 additions & 0 deletions .github/linters/.checkov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# ----------------------------------------------- #
# Note: this file originates in template-template #
# ----------------------------------------------- #

quiet: true
skip-check:
- CKV_DOCKER_2
- CKV_DOCKER_8
- CKV_GHA_3
- BC_DKR_3
- CKV_GIT_1
- CKV_GIT_5
- CKV_GIT_6
9 changes: 9 additions & 0 deletions .github/linters/.commit-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# ----------------------------------------------- #
# Note: this file originates in template-template #
# ----------------------------------------------- #

extends:
- "@commitlint/config-conventional"

rules:
body-max-line-length: [2, "always", 200]
3 changes: 3 additions & 0 deletions .github/linters/.grype.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
check-for-app-update: false
exclude:
- '**/package-lock.json'
1 change: 1 addition & 0 deletions .github/linters/.lychee.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
exclude_path = [".github"]
Loading

0 comments on commit 95863e6

Please sign in to comment.