Browse Source

Merge branch 'master' into refine-format-rename-workflow

Kslr 5 years ago
parent
commit
288e40abd4
3 changed files with 19 additions and 9 deletions
  1. 15 5
      .github/dependabot.yml
  2. 2 2
      .github/workflows/linter.yml
  3. 2 2
      .github/workflows/stale.yml

+ 15 - 5
.github/dependabot.yml

@@ -1,7 +1,17 @@
+# 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://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
+
 version: 2
 updates:
-- package-ecosystem: gomod
-  directory: "/"
-  schedule:
-    interval: daily
-  open-pull-requests-limit: 10
+  - package-ecosystem: "gomod"
+    directory: "/"
+    schedule:
+      interval: "daily"
+    open-pull-requests-limit: 10
+
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "daily"

+ 2 - 2
.github/workflows/linter.yml

@@ -14,8 +14,8 @@ jobs:
       - name: Checkout default branch
         uses: actions/checkout@v2
 
-      - name: Lint Codebase
-        uses: github/super-linter@v2.2.0
+      - name: Lint Code Base
+        uses: github/super-linter@V3.8.0
         env:
           VALIDATE_ALL_CODEBASE: false
           VALIDATE_JSON: false

+ 2 - 2
.github/workflows/stale.yml

@@ -8,9 +8,9 @@ jobs:
   stale:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/stale@v1
+      - uses: actions/stale@v3.0.10
         with:
           repo-token: ${{ secrets.GITHUB_TOKEN }}
           stale-issue-message: "This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days"
           days-before-stale: 120
-          days-before-close: 5
+          days-before-close: 5