Skip to content

Commit

Permalink
Merge pull request #43 from giantswarm/teams-alignment-branch
Browse files Browse the repository at this point in the history
Align files
  • Loading branch information
njuettner authored Aug 23, 2021
2 parents 2de4a4d + 9379d37 commit 319228a
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
architect: giantswarm/architect@2.11.0
architect: giantswarm/architect@4.1.0

workflows:
version: 2
Expand Down
36 changes: 0 additions & 36 deletions .github/dependabot.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/zz_generated.create_release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT EDIT. Generated with:
#
# devctl@4.6.1
# devctl@4.9.2
#
name: Create Release
on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zz_generated.create_release_pr.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT EDIT. Generated with:
#
# devctl@4.6.1
# devctl@4.9.2
#
name: Create Release PR
on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zz_generated.gitleaks.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT EDIT. Generated with:
#
# devctl@4.6.1
# devctl@4.9.2
#
name: gitleaks

Expand Down
3 changes: 0 additions & 3 deletions .nancy-ignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Affects all versions of archiver which is required by vault.
# Taken from: https://github.com/giantswarm/opsctl/pull/1072/files#diff-bbe4a7fb12c43622bce7c6840c770e9995be614626a219942ca138403629cb69R1
CVE-2019-10743 until=2021-10-17

# [CVE-2020-26160] jwt-go before 4.0.0-preview1 allows attackers to bypass intended access restrict...
CVE-2020-26160 until=2021-07-01
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT EDIT. Generated with:
#
# devctl@4.6.1
# devctl@4.9.2
#

include Makefile.*.mk
Expand Down
2 changes: 1 addition & 1 deletion Makefile.gen.app.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT EDIT. Generated with:
#
# devctl@4.6.1
# devctl@4.9.2
#

##@ App
Expand Down
2 changes: 1 addition & 1 deletion Makefile.gen.go.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT EDIT. Generated with:
#
# devctl@4.6.1
# devctl@4.9.2
#

APPLICATION := $(shell go list -m | cut -d '/' -f 3)
Expand Down
39 changes: 39 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"extends": [
"config:base",
":reviewer(team:giantswarm/team-firecracker-engineers)"
],
"packageRules": [
{
"matchPackagePatterns": [".*giantswarm.*"],
"groupName": "giantswarm modules"
},
{
"matchPackagePatterns": ["^k8s.io", "^sigs.k8s.io"],
"groupName": "k8s modules"
},
{
"excludePackagePatterns": [".*giantswarm.*" ,"^k8s.io", "^sigs.k8s.io"],
"groupName": "etc modules"
},
{
"matchPackagePatterns": ["^k8s.io"],
"allowedVersions": "< 0.21.0"
},
{
"matchPackageNames": ["sigs.k8s.io/controller-runtime"],
"allowedVersions": "< 0.7.0"
}
],
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"],
"dependencyDashboard": true,
"ignorePaths": [
".github/workflows/zz_generated.*",
".github/workflows/codeql-analysis.yml"
],
"ignoreDeps": [
"architect",
"zricethezav/gitleaks-action"
],
"schedule": [ "after 9am on thursday" ]
}

0 comments on commit 319228a

Please sign in to comment.