Adding this filter in a must-use plugin or functions.php will allow automatic updates even if the site is under version control:
add_filter( 'automatic_updates_is_vcs_checkout', '__return_false', 1 );
From https://developer.wordpress.org/reference/hooks/automatic_updates_is_vcs_checkout/
Related Posts:
- WordPress Health Tool reporting version control as a critical issue
- WordPress updates and Git
- How Do I Configure Automatic Updates in WordPress 3.7?
- How should I structure a WP website project using git and updating from WP dashboard?
- Will A WordPress automatic update harm my website?
- What is a “forced plugin update”, how can I avoid it and use it for my plugins
- Automatic updates are not working
- Is it possible to prevent website from breaking with auto update?
- Unable to get WordPress auto update working on Ubuntu 12.04
- Have WP Theme update from Git Repository
- WordPress 3.0.1 Auto Update Problem
- Disable Plugin Updates but Allow WP Auto Security Updates
- Missing Update Link to 3.02/3.03 on Dashboard
- Change email for update notification
- How does wordpress handle file permissions when automatic updates are enabled?
- How to schedule Automatic WordPress Plugin and Core updates for night times
- Auto Plugin & Core Updates Not Working For Custom Theme
- How to debug background/auto update?
- How can I fix my server so core/plugins/theme update don’t silently fail?
- WordPress 3.1 not autoupdating
- WordPress core auto update fails for UpdraftPlus WordPress Backup Plugin
- Automatic updates only in a predefined maintenance window
- Auto updating a single plugin
- Could auto-update delete core WordPress files and cause a white screen of death?
- Changing random post publish time for repost
- WordPress sites got auto upgraded [duplicate]
- How to turn off automatic updates of the WordPress core
- WordPress update fails with a “permission denied” error?
- Wordpres core-update theme renames theme folder name
- How to trigger automatic plugin updates in WordPress 5.5
- Adding a banner to the install dialogue of a custom plugin
- Auto generate custom post title
- WordPress 3.3 auto update not working
- How to know current auto-update status of the WordPress core?
- Auto update error messages
- Allow auto-updates on a non-managed WordPress site?
- Will WordPress Auto Update work on a site with Basic Authentication enabled?
- WordPress site auto updates for no reason
- Are automatic background plugin updates for non-WP.org plugins possible?
- Auto Update fail time my external folder deleted
- Stop WordPress from auto updating
- How Do I Configure Automatic Updates in WordPress 3.7?
- Enable automatic plugin update for certain plugins [duplicate]
- Auto generate meta data value in post
- How to upgrade WordPress automatically?
- WordPress Automated Posts Creation
- How to use Git Revert
- How do I properly force a Git push?
- How to remove local (untracked) files from the current Git working tree
- How to modify existing, unpushed commit messages?
- Git pushing to remote branch
- How to revert a merge commit that’s already pushed to remote branch?
- GitHub Error Message – Permission denied (publickey)
- Handling file renames in Git
- How do I resolve git saying “Commit your changes or stash them before you can merge”?
- How do I rename both a Git local and remote branch name?
- Configuring so that pip install can work from github
- How to cherry-pick multiple commits
- Undo git pull, how to bring repos to old state
- Another git process seems to be running in this repository
- Can I share my private GitHub repository by link?
- How to rename a directory/folder on GitHub website?
- git: fatal: Could not read from remote repository
- My new Github page isn’t showing up
- Update Git branches from master
- Get changes from master into branch in Git
- Why should I use core.autocrlf=true in Git?
- How to interactively (visually) resolve conflicts in SourceTree / git
- How can I add a blank directory to a Git repository?
- Why does Git say my master branch is “already up to date” even though it is not?
- Can I arrange repositories into folders on Github?
- Pretty Git branch graphs
- Completely cancel a rebase
- How to discard local changes and pull latest from GitHub repository
- Git merge reports “Already up-to-date” though there is a difference
- git-diff to ignore ^M
- How to modify a specified commit?
- How can I push a specific commit to a remote, and not previous commits?
- Git ignore local file changes
- What’s a good (free) visual merge tool for Git? (on windows)
- Import existing source code to GitHub
- git checkout all the files
- Alter how often WordPress Auto-Updates Plugins
- How do I exclude plugins from getting automatically updated?
- How to implement WordPress plugin update that modifies the database?
- Schedule WordPress Auto-Updates to only run during business hours
- Real automated and unattended wordpress upgrade including plugins
- Plugin update error message
- Deploying Updated or New Plugins That Modify the wp_options Table
- Batch update a post meta field value of each post in Post Type
- Site Crashes When Updating to WordPress (Version 3.6)
- How to back up and up date a site to a newer version?
- What is the best way to hook a rewrite function for certain php code when plugins are updated?
- SymmetricDS in dev + prod workflow?
- Plugin updated pushed with git break site
- WP-CLI: detect altered core files and restore them automatically
- Display GitLab repositories of the logged in user on a page
- WordPress core update fails – no issues with plugin updates
- How to make a copy of a local wordpress build in MAMP?
- Update a WordPress website FROM Twitter or Facebook