Skip to content

Commit

Permalink
ci: Add automerged_updates
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Apr 6, 2020
1 parent 63aaa4c commit cbefb25
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,24 @@ update_configs:
- "dependencies"
commit_message:
prefix: "deps"
automerged_updates:
- match:
dependency_type: "development"
# Supported dependency types:
# - "development"
# - "production"
# - "all"
update_type: "all"
# Supported updates to automerge:
# - "security:patch"
# SemVer patch update that fixes a known security vulnerability
# - "semver:patch"
# SemVer patch update, e.g. > 1.x && 1.0.1 to 1.0.3
# - "semver:minor"
# SemVer minor update, e.g. > 1.x && 2.1.4 to 2.3.1
# - "in_range"
# matching the version requirement in your package manifest
# - "all"
- match:
dependency_type: "production"
update_type: "semver:patch"
20 changes: 19 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners

* @peaceiris
/.dependabot/ @peaceiris
/.dockerignore @peaceiris
/.editorconfig @peaceiris
/.env @peaceiris
/.github/ @peaceiris
/.gitignore @peaceiris
/.imgbotconfig @peaceiris
/CONTRIBUTING.md @peaceiris
/LICENSE @peaceiris
/Makefile @peaceiris
/README.md @peaceiris
/archetypes/ @peaceiris
/docker-compose.yml @peaceiris
/exampleSite/ @peaceiris
/images/ @peaceiris
/layouts/ @peaceiris
/netlify.toml @peaceiris
/release.sh @peaceiris
/theme.toml @peaceiris

0 comments on commit cbefb25

Please sign in to comment.