Skip to content

Commit

Permalink
Merge pull request #2 from smallstep/max/ci
Browse files Browse the repository at this point in the history
[action] First pass at common CI
  • Loading branch information
dopey authored Oct 10, 2022
2 parents 33d0574 + b431358 commit 5660c44
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!---
Please provide answers in the spaces below each prompt, where applicable.
Not every PR requires responses for each prompt.
Use your discretion.
-->
#### Name of feature:

#### Pain or issue this feature alleviates:

#### Why is this important to the project (if not answered above):

#### Is there documentation on how to use this feature? If so, where?

#### In what environments or workflows is this feature supported?

#### In what environments or workflows is this feature explicitly NOT supported (if any)?

#### Supporting links/other PRs/issues:

💔Thank you!
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
9 changes: 9 additions & 0 deletions .github/workflows/code-scan-cron.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Code Scan Cron

on:
schedule:
- cron: '0 0 * * SUN'

jobs:
code-scan:
uses: smallstep/workflows/.github/workflows/code-scan.yml@main

0 comments on commit 5660c44

Please sign in to comment.